as.matrix,TableContainer-method {TableContainer} | R Documentation |
Data Conversion
Description
Data Conversion
Usage
## S4 method for signature 'TableContainer'
as.matrix(x)
## S4 method for signature 'TableContainer'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
A TableContainer object. |
row.names |
|
optional |
Logical. If |
... |
additional arguments |
Value
as.matrix
: A matrix representation of the TableContainer object.
as.data.frame
: A data frame representation of the TableContainer object.
[Package TableContainer version 1.0.0 Index]