createEmptyCovariateData {FeatureExtraction} | R Documentation |
Creates an empty covariate data object
Description
Creates an empty covariate data object
Usage
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
an empty object of class CovariateData
Examples
covariateData <- FeatureExtraction::createEmptyCovariateData(
cohortIds = 1,
aggregated = FALSE,
temporal = FALSE
)
[Package FeatureExtraction version 3.6.0 Index]