Learn R Programming

CodelistGenerator (version 3.5.0)

availableIngredients: Get the names of all available drug ingredients

Description

Get the names of all available drug ingredients

Usage

availableIngredients(cdm)

Value

A vector containing the concept names for all ingredient level codes found in the concept table of cdm.

Arguments

cdm

A cdm reference via CDMConnector.

Examples

Run this code
# \donttest{
cdm <- mockVocabRef()
availableIngredients(cdm)
# }

Run the code above in your browser using DataLab