Data Conversion
# S4 method for TableContainer
as.matrix(x)# S4 method for TableContainer
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
as.matrix: A matrix representation of the TableContainer object.
as.data.frame: A data frame representation of the TableContainer object.
A TableContainer object.
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. See base::data.frame for more details.
Logical. If TRUE, setting row names is optional. See base::data.frame for more details.
additional arguments