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 either be "5.3" or "5.4".

cdmVersionComparator

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

Value

A tibble with two columns: field and change.

Examples

library(omopgenerics)

compareOmopTableFields("5.3", "5.4")


omopgenerics documentation built on June 17, 2026, 5:07 p.m.