Learn R Programming

RnBeads (version 1.4.0)

rnb.add.tables: rnb.add.tables

Description

Generates HTML code for a listing of tables (of which only one is visible at any moment) in the specified report.

Usage

rnb.add.tables(report, tables, setting.names, selected.table = 1L, indent = 2L, ...)

Arguments

report
Report to write the text to.
tables
Non-empty list of tables, each one represented by a data.frame or matrix. The names of this list are used as table identifiers; each one consists of elements separated by underscore character (_).
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 rnb.add.table.

Value

The modified report.

See Also

rnb.add.table for adding a single table to a report; Report for other functions adding contents to an HTML report