View source: R/methods-coerce.R
as.long.table | 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 longTableDataMapper
dataTable <- as(merckLongTable, 'data.table')
print(attr(dataTable, 'longTableDataMapper')) # Method doesn't work without this
as.long.table(dataTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.