Learn R Programming

CodelistGenerator (version 3.5.0)

getVocabVersion: Get the version of the vocabulary used in the cdm

Description

Get the version of the vocabulary used in the cdm

Usage

getVocabVersion(cdm)

Value

The vocabulary version being used in the cdm.

Arguments

cdm

A cdm reference via CDMConnector.

Examples

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

Run the code above in your browser using DataLab