Learn R Programming

omopgenerics (version 1.1.1)

omopColumns: Required columns that the standard tables in the OMOP Common Data Model must have.

Description

Required columns that the standard tables in the OMOP Common Data Model must have.

Usage

omopColumns(
  table,
  field = NULL,
  version = "5.3",
  onlyRequired = lifecycle::deprecated()
)

Value

Character vector with the column names

Arguments

table

Table to see required columns.

field

Name of the specific field.

version

Version of the OMOP Common Data Model.

onlyRequired

deprecated

Examples

Run this code
library(omopgenerics)

omopColumns("person")

Run the code above in your browser using DataLab