availableIngredients: Get the names of all available drug ingredients

View source: R/helperFunctions.R

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


oxford-pharmacoepi/CodelistGenerator documentation built on June 9, 2025, 9:38 a.m.