View source: R/CovariateData.R
createEmptyCovariateData | R Documentation |
Creates an empty covariate data object
createEmptyCovariateData(cohortIds, aggregated, temporal)
cohortIds |
For which cohort IDs should the covariate data be created? |
aggregated |
if the data should be aggregated |
temporal |
if the data is temporary |
an empty object of class CovariateData
covariateData <- FeatureExtraction::createEmptyCovariateData(
cohortIds = 1,
aggregated = FALSE,
temporal = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.