
Generate example vocabulary database
mockVocabRef.RdGenerate example vocabulary database
Examples
# \donttest{
library(CodelistGenerator)
cdm <- mockVocabRef()
cdm
#>
#> ── # OMOP CDM reference (local) of mock ────────────────────────────────────────
#> • omop tables: cdm_source, concept, concept_ancestor, concept_relationship,
#> concept_synonym, condition_occurrence, drug_strength, observation_period,
#> person, vocabulary
#> • cohort tables: -
#> • achilles tables: achilles_analysis, achilles_results, achilles_results_dist
#> • other tables: -
# }