omopColumns {omopgenerics} | R Documentation |
Required columns that the standard tables in the OMOP Common Data Model must have.
omopColumns(table, version = "5.3", onlyRequired = lifecycle::deprecated())
table |
Table to see required columns. |
version |
Version of the OMOP Common Data Model. |
onlyRequired |
deprecated |
Character vector with the column names
library(omopgenerics)
omopColumns("person")