Creates an empty covariate data object

createEmptyCovariateData(cohortId, aggregated, temporal)

Arguments

cohortId

cohort number

aggregated

if the data should be aggregated

temporal

if the data is temporary

Examples

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