Creates an empty covariate data object
createEmptyCovariateData(cohortId, aggregated, temporal)
cohort number
if the data should be aggregated
if the data is temporary
if (FALSE) {
covariateData <- FeatureExtraction:::createEmptyCovariateData(
cohortId = 1,
aggregated = FALSE,
temporal = FALSE
)
}