Learn R Programming

CodelistGenerator (version 3.5.0)

getDoseUnit: Get available dose units

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

getDoseUnit(cdm)

Value

A character vector with available routes.

Arguments

cdm

A cdm reference via CDMConnector.

Examples

Run this code
# \donttest{
library(CodelistGenerator)

cdm <- mockVocabRef()

getDoseUnit(cdm)

# }

Run the code above in your browser using DataLab