getDoseUnit: Get available dose units

View source: R/getDoseUnit.R

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



CodelistGenerator documentation built on April 11, 2025, 5:51 p.m.