Learn R Programming

CodelistGenerator (version 3.5.0)

getRouteCategories: Get available drug routes

Description

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)

Value

A character vector with all available routes.

Arguments

cdm

A cdm reference via CDMConnector.

Examples

Run this code
# \donttest{
library(CodelistGenerator)

cdm <- mockVocabRef()

getRouteCategories(cdm)

# }

Run the code above in your browser using DataLab