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