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, 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")
[Package omopgenerics version 0.2.3 Index]