getDoseUnit {CodelistGenerator}R Documentation

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)

Arguments

cdm

A cdm reference via CDMConnector.

Value

A character vector with available routes.

Examples


library(CodelistGenerator)

cdm <- mockVocabRef()

getDoseUnit(cdm)



[Package CodelistGenerator version 3.5.0 Index]