omopColumns {omopgenerics}R Documentation

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, version = "5.3")

Arguments

table

Table to see required columns.

version

Version of the OMOP Common Data Model.

Value

Required columns

Examples

library(omopgenerics)

omopColumns("person")


[Package omopgenerics version 0.2.0 Index]