table.RdClass definining all tables in twstats
twstats_table(name, title, source, columns, rowcount, data)
| name | A string uniquely naming the table, e.g. |
|---|---|
| title | A string title for the table |
| source | HTML-formatted string describing the source (usually with a link). |
| columns | A slash-separated string describing the columns in the table, e.g. Possible values are:
|
| rowcount | Approximate power-of-ten rows the returned tables should have, e.g. |
| data | A function that returns a |
A twstats object.