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

an empty object of class CovariateData

Examples


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


FeatureExtraction documentation built on May 29, 2024, 12:10 p.m.