View source: R/classCdmReference.R
omopColumns | R Documentation |
Required columns that the standard tables in the OMOP Common Data Model must have.
omopColumns(
table,
field = NULL,
version = "5.3",
onlyRequired = lifecycle::deprecated()
)
table |
Table to see required columns. |
field |
Name of the specific field. |
version |
Version of the OMOP Common Data Model. |
onlyRequired |
deprecated |
Character vector with the column names
library(omopgenerics)
omopColumns("person")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.