Creates an empty covariate data object

createEmptyCovariateData(cohortIds, aggregated, temporal)

Arguments

cohortIds

For which cohort IDs should the covariate data be created?

aggregated

if the data should be aggregated

temporal

if the data is temporary

Value

the empty CovariateData object

Examples

if (FALSE) {
covariateData <- FeatureExtraction:::createEmptyCovariateData(
  cohortIds = 1,
  aggregated = FALSE,
  temporal = FALSE
)
}