Creates an empty covariate data object
createEmptyCovariateData(cohortIds, aggregated, temporal)
For which cohort IDs should the covariate data be created?
if the data should be aggregated
if the data is temporary
an empty object of class CovariateData
# \donttest{
covariateData <- FeatureExtraction::createEmptyCovariateData(
cohortIds = 1,
aggregated = FALSE,
temporal = FALSE
)
# }