Description Usage Arguments Value Author(s) See Also
View source: R/Report-methods.R
Generates HTML code for a listing of tables (of which only one is visible at any moment) in the specified report.
1 2 3 4 5 6 7 8 | rnb.add.tables(
report,
tables,
setting.names,
selected.table = 1L,
indent = 2L,
...
)
|
report |
Report to write the text to. |
tables |
Non-empty |
setting.names |
List of table name element descriptors. Every variable elements in the table names must be included in this list. |
selected.table |
Index of the table to be initially selected in this listing. |
indent |
Default indentation, in number of tabulation characters, to apply to every table. |
... |
Other parameters passed to |
The modified report.
Yassen Assenov
rnb.add.table
for adding a single table to a report; Report
for other
functions adding contents to an HTML report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.