createEmptyCovariateData {FeatureExtraction} | 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
)