compareOmopTableFields: Compare the fields of two different OMOP CDM versions

View source: R/utilities.R

compareOmopTableFieldsR Documentation

Compare the fields of two different OMOP CDM versions

Description

Compare the fields of two different OMOP CDM versions

Usage

compareOmopTableFields(
  cdmVersionReference = "5.3",
  cdmVersionComparator = "5.4"
)

Arguments

cdmVersionReference

An OMOP CDM version, it can be "5.3", "5.4", or "5.5".

cdmVersionComparator

An OMOP CDM version, it can be "5.3", "5.4", or "5.5".

Value

A tibble with two columns: field and change.

Examples

library(omopgenerics)

compareOmopTableFields("5.3", "5.4")


omopgenerics documentation built on Sept. 8, 2026, 9:06 a.m.