getCollectionData | R Documentation |
Returns a data.table of collection values, respecting the
imputeZero
slot.
getCollectionData(
object,
variableNames = NULL,
ignoreImputeZero = c(FALSE, TRUE),
includeIds = c(TRUE, FALSE),
verbose = c(TRUE, FALSE)
)
## S4 method for signature 'Collection'
getCollectionData(
object,
variableNames = NULL,
ignoreImputeZero = c(FALSE, TRUE),
includeIds = c(TRUE, FALSE),
verbose = c(TRUE, FALSE)
)
object |
Collection |
variableNames |
A character vector representing the name of the variables to return. If NULL, returns all variables |
ignoreImputeZero |
boolean indicating whether we should respect the imputeZero slot |
includeIds |
boolean indicating whether we should include recordIdColumn and ancestorIdColumns |
verbose |
boolean indicating if timed logging is desired |
data.table of values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.