
Get the domains available in the cdm
getDomains.Rd
Get the domains available in the cdm
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
getDomains(cdm = cdm)
#> [1] "Condition" "Observation" "Drug" "Unit"
# }