getSampleMetadata | R Documentation |
Returns a data.table of sample metadata
getSampleMetadata(
object,
asCopy = c(TRUE, FALSE),
includeIds = c(TRUE, FALSE),
metadataVariables = NULL
)
## S4 method for signature 'CollectionWithMetadata'
getSampleMetadata(
object,
asCopy = c(TRUE, FALSE),
includeIds = c(TRUE, FALSE),
metadataVariables = NULL
)
## S4 method for signature 'SampleMetadata'
getSampleMetadata(object, asCopy = c(TRUE, FALSE), includeIds = c(TRUE, FALSE))
object |
CollectionWithMetadata |
asCopy |
boolean indicating whether to return the data as a copy or by reference |
includeIds |
boolean indicating whether we should include recordIdColumn and ancestorIdColumns |
metadataVariables |
The metadata variables to include in the sample metadata. If NULL, all metadata variables will be included. |
data.table of sample metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.