buildLongTable,data.frame-method | R Documentation |
Create a LongTable object from a single data.table or data.frame object.
## S4 method for signature 'data.frame'
buildLongTable(from, rowDataCols, colDataCols, assayCols)
from |
|
rowDataCols |
|
colDataCols |
|
assayCols |
|
A LongTable
object containing one or more assays, indexed by
rowID and colID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.