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 codelibrary(omopgenerics)
omopColumns("person")
Run the code above in your browser using DataLab