Learn R Programming

CodelistGenerator (version 3.5.0)

getVocabularies: Get the vocabularies available in the cdm

Description

Get the vocabularies available in the cdm

Usage

getVocabularies(cdm)

Value

Names of available vocabularies.

Arguments

cdm

A cdm reference via CDMConnector.

Examples

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

Run the code above in your browser using DataLab