Learn R Programming

TableContainer (version 1.0.0)

.printTable: 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 TableContainer show(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.

Arguments

tbl

A table-like object (e.g., matrix, data.frame).

...

Additioanl arguments passed to the format_tbl function.

meta

A list of metadata items.

name

A string representing the name of the metadata.

object

A TableContainer object.