
getConceptClassId
getConceptClassId.Rd
getConceptClassId
Examples
# \donttest{
cdm <- mockVocabRef()
#> Warning: There are observation period end dates after the current date: 2025-03-27
#> ℹ The latest max observation period end date found is 2025-12-31
getConceptClassId(cdm = cdm, domain = "drug")
#> [1] "Drug" "Ingredient"
# }