Skip to contents

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

Usage

omopColumns(table, required = TRUE, version = "5.3")

Arguments

table

Table to see required columns.

required

Whether to include only required fields.

version

Version of the OMOP Common Data Model.

Value

Character vector with the column names

Examples

library(omopgenerics)

omopColumns("person")
#> [1] "person_id"            "gender_concept_id"    "year_of_birth"       
#> [4] "race_concept_id"      "ethnicity_concept_id"