Skip to contents

Create an empty cdm_reference

Usage

emptyCdmReference(cdmName, cdmVersion = NULL)

Arguments

cdmName

Name of the cdm_reference

cdmVersion

Version of the cdm_reference

Value

An empty cdm_reference

Examples

# \donttest{
library(omopgenerics)
emptyCdmReference(cdmName = "my_example_cdm")
#> 
#> ── # OMOP CDM reference (local) of my_example_cdm ──────────────────────────────
#>omop tables: person, observation_period
#>cohort tables: -
#>achilles tables: -
#>other tables: -
# }