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,
field = NULL,
version = "5.3",
onlyRequired = lifecycle::deprecated()
)
Arguments
table |
Table to see required columns. |
field |
Name of the specific field. |
version |
Version of the OMOP Common Data Model. |
onlyRequired |
deprecated |
Value
Character vector with the column names
Examples
library(omopgenerics)
omopColumns("person")
[Package omopgenerics version 1.2.0 Index]