getVocabularies {CodelistGenerator} | R Documentation |
Get the vocabularies available in the cdm
Description
Get the vocabularies available in the cdm
Usage
getVocabularies(cdm)
Arguments
cdm |
A cdm reference via CDMConnector. |
Value
Names of available vocabularies.
Examples
cdm <- mockVocabRef()
getVocabularies(cdm = cdm)
[Package CodelistGenerator version 3.5.0 Index]