Learn R Programming

CodelistGenerator (version 3.4.0)

availableIngredients: Get all ingredients codes from the cdm

Description

Get all ingredients codes from the cdm

Usage

availableIngredients(cdm)

Value

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

Arguments

cdm

cdm_reference via CDMConnector

Examples

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

Run the code above in your browser using DataLab