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

View source: R/vocabUtilities.R

vocabularyVersionR Documentation

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)

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

Value

The vocabulary version being used in the cdm.

Examples


library(CodelistGenerator)
cdm <- mockVocabRef()
vocabularyVersion(cdm = cdm)


CodelistGenerator documentation built on Dec. 17, 2025, 5:06 p.m.