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)


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