| compareOmopTableFields | R Documentation |
Compare the fields of two different OMOP CDM versions
compareOmopTableFields(
cdmVersionReference = "5.3",
cdmVersionComparator = "5.4"
)
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". |
A tibble with two columns: field and change.
library(omopgenerics)
compareOmopTableFields("5.3", "5.4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.