Skip to contents

Get all ingredients codes from the cdm

Usage

availableIngredients(cdm)

Arguments

cdm

cdm_reference via CDMConnector

Value

A vector list of all ingredient level codes found in the concept table of cdm.

Examples

# \donttest{
cdm <- mockVocabRef()
#> Warning: There are observation period end dates after the current date: 2025-02-19
#>  The latest max observation period end date found is 2025-12-31
availableIngredients(cdm)
#> [1] "Adalimumab"       "Other ingredient"
# }