buildLongTable,list-method | R Documentation |
Create a LongTable object from a list containing file paths, data.frames and data.tables.
## S4 method for signature 'list'
buildLongTable(from, rowDataCols, colDataCols, assayCols)
from |
|
rowDataCols |
|
colDataCols |
|
assayCols |
|
A LongTable
object constructed with the data in from
.
## Not run:
assayList <- assays(merckLongTable, withDimnames=TRUE)
rowDataCols <- list(rowIDs(merckLongTable), rowMeta(merckLongTable))
colDataCols <- list(colIDs(merckLongTable), colMeta(merckLongTable))
assayCols <- assayCols(merckLongTable)
longTable <- buildLongTable(from=assayList, rowDataCols, colDataCols, assayCols)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.