createEmptyCovariateData: Creates an empty covariate data object

View source: R/CovariateData.R

createEmptyCovariateDataR 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

the empty CovariateData object

Examples

## Not run: 
covariateData <- FeatureExtraction:::createEmptyCovariateData(
  cohortIds = 1,
  aggregated = FALSE,
  temporal = FALSE
)

## End(Not run)

OHDSI/FeatureExtraction documentation built on April 22, 2024, 10:24 p.m.