
Function to create a mock cdm reference for mockPhenotypeR
mockPhenotypeR.Rd
`mockPhenotypeR()` creates an example dataset that can be used to show how the package works
Examples
# \donttest{
library(PhenotypeR)
cdm <- mockPhenotypeR()
cdm
#>
#> ── # OMOP CDM reference (duckdb) of mock database ──────────────────────────────
#> • omop tables: cdm_source, concept, concept_ancestor, concept_relationship,
#> concept_synonym, condition_occurrence, death, device_exposure, drug_exposure,
#> drug_strength, measurement, observation, observation_period, person,
#> procedure_occurrence, visit_occurrence, vocabulary
#> • cohort tables: my_cohort
#> • achilles tables: achilles_analysis, achilles_results, achilles_results_dist
#> • other tables: -
# }