.printTable {TableContainer} | R Documentation |
Show method for TableContainer and its components
Description
The show method uses .printTable
to display the table and .printMeta
to display the rowMeta, colMeta, and metaData.
Usage
.printTable(tbl, ...)
.printMeta(meta, name)
## S4 method for signature 'TableContainer'
show(object)
Arguments
tbl |
A table-like object (e.g., matrix, data.frame). |
... |
Additioanl arguments passed to the |
meta |
A list of metadata items. |
name |
A string representing the name of the metadata. |
object |
A TableContainer object. |
Value
.printTable
: No return value, called for side effects of printing the table to the console.
.printMeta
: No return value, called for side effects of printing metadata information to the console.
show
: No return value, called for side effects of displaying the TableContainer object contents to the console.
[Package TableContainer version 1.0.0 Index]