Skip to contents

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).

Usage

getRouteCategories(cdm)

Arguments

cdm

A cdm reference via CDMConnector.

Value

A character vector with all available routes.

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

getRouteCategories(cdm)
#> [1] "topical"            "transmucosal_nasal" "unclassified_route"

# }