availableIngredients {CodelistGenerator} | R Documentation |
Get the names of all available drug ingredients
Description
Get the names of all available drug ingredients
Usage
availableIngredients(cdm)
Arguments
cdm |
A cdm reference via CDMConnector. |
Value
A vector containing the concept names for all ingredient level codes found in the concept table of cdm.
Examples
cdm <- mockVocabRef()
availableIngredients(cdm)
[Package CodelistGenerator version 3.5.0 Index]