The show method uses .printTable to display the table and .printMeta to display the rowMeta, colMeta, and metaData.
.printTable(tbl, ...).printMeta(meta, name)
# S4 method for TableContainer
show(object)
.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.
A table-like object (e.g., matrix, data.frame).
Additioanl arguments passed to the format_tbl function.
A list of metadata items.
A string representing the name of the metadata.
A TableContainer object.