
Get the available version of the vocabulary used in the cdm
vocabularyVersion.RdGet the available version of the vocabulary used in the cdm
Examples
# \donttest{
library(CodelistGenerator)
cdm <- mockVocabRef()
vocabularyVersion(cdm = cdm)
#> [1] "v5.0 22-JUN-22"
# }