rnb.add.tables {RnBeads} | R Documentation |
Generates HTML code for a listing of tables (of which only one is visible at any moment) in the specified report.
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