Learn R Programming

omopgenerics (version 1.4.1)

compareOmopTableFields: 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"
)

Value

A tibble with two columns: field and change.

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

Examples

Run this code
library(omopgenerics)

compareOmopTableFields("5.3", "5.4")

Run the code above in your browser using DataLab