addReportTables: addReportTables

Description Usage Arguments Value Author(s) See Also

View source: R/Report-methods.R

Description

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

Usage

1
2
addReportTables(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 addReportTable.

Value

The modified report.

Author(s)

adapted by Fabian Mueller from RnBeads code by Yassen Assenov

See Also

addReportTable for adding a single table to a report; Report for other functions adding contents to an HTML report


demuellae/muReportR documentation built on Jan. 20, 2020, 5:12 a.m.