achillesColumns {omopgenerics} | R Documentation |
Required columns for each of the achilles result tables
Description
Required columns for each of the achilles result tables
Usage
achillesColumns(table, required = TRUE, version = "5.3")
Arguments
table |
Table for which to see the required columns. One of "achilles_analysis", "achilles_results", or "achilles_results_dist". |
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)
achillesColumns("achilles_analysis")
achillesColumns("achilles_results")
achillesColumns("achilles_results_dist")
[Package omopgenerics version 0.2.3 Index]