View source: R/vocabUtilities.R
| vocabularyVersion | R Documentation |
Get the available version of the vocabulary used in the cdm
vocabularyVersion(cdm)
cdm |
A cdm reference to an OMOP CDM dataset. If data is held within a database, the vocabulary tables should be in the same schema as the clinical tables (person, observation period, and so on). |
The vocabulary version being used in the cdm.
library(CodelistGenerator)
cdm <- mockVocabRef()
vocabularyVersion(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.