View source: R/HelperFunctions.R
filterByRowId | R Documentation |
Filter covariates by row ID
filterByRowId(covariateData, rowIds)
covariateData |
An object of type |
rowIds |
A vector containing the rowIds to keep. |
An object of type covariateData
.
covariateData <- FeatureExtraction::createEmptyCovariateData(
cohortIds = 1,
aggregated = FALSE,
temporal = FALSE
)
covData <- filterByRowId(
covariateData = covariateData,
rowIds = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.