Learn R Programming

CodelistGenerator (version 4.0.0)

vocabularyVersion: Get the available version of the vocabulary used in the cdm

Description

Get the available version of the vocabulary used in the cdm

Usage

vocabularyVersion(cdm)

Value

The vocabulary version being used in the cdm.

Arguments

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).

Examples

Run this code
# \donttest{
library(CodelistGenerator)
cdm <- mockVocabRef()
vocabularyVersion(cdm = cdm)
# }

Run the code above in your browser using DataLab