as.data.frame.LongTable {CoreGx} | R Documentation |
S3 version of coerce method fro convenience.
## S3 method for class 'LongTable' as.data.frame(x, row.names, optional = TRUE, ...)
x |
|
row.names |
An optional |
optional |
|
... |
Does nothing. |
data.frame
containing the data from the LongTable, with the
‘LongTable.config’ attribute containg the metadata needed to reverse
the coercion operation.
as(merckLongTable, 'data.frame')