
Get available drug routes
availableRouteCategories.RdGet 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)
library(omock)
# Create CDM object
cdm <- mockCdmReference()
# Get all domains available in the CDM
availableRouteCategories(cdm = cdm)
#> [1] "topical" "transmucosal_nasal"
# }