Skip to contents

Get the vocabularies available in the cdm

Usage

getVocabularies(cdm)

Arguments

cdm

A cdm reference via CDMConnector.

Value

Names of available vocabularies.

Examples

# \donttest{
cdm <- mockVocabRef()
#> Warning: There are observation period end dates after the current date: 2025-04-11
#>  The latest max observation period end date found is 2025-12-31
getVocabularies(cdm = cdm)
#> [1] "ATC"    "ICD10"  "LOINC"  "OMOP"   "Read"   "RxNorm" "SNOMED" "UCUM"  
# }