as.long.table {CoreGx} | R Documentation |
Coerce a data.table with the proper configuration attributes back to a LongTable
as.long.table(x)
x |
A |
LongTable
object configured with the LongTable.config
dataTable <- as(merckLongTable, 'data.table') print(attr(dataTable, 'LongTable.config')) # Method doesn't work without this as.long.table(dataTable)