
Get available dose units
getDoseUnit.Rd
Get the dose form categories available in the database (see https://doi.org/10.1002/pds.5809 for more details on how routes were classified).
Examples
# \donttest{
library(CodelistGenerator)
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
getDoseUnit(cdm)
#> [1] "milligram" "percent"
# }