powered by
Required columns for each of the achilles result tables
achillesColumns(table, version = "5.3", onlyRequired = lifecycle::deprecated())
Character vector with the column names
Table for which to see the required columns. One of "achilles_analysis", "achilles_results", or "achilles_results_dist".
Version of the OMOP Common Data Model.
deprecated.
# \donttest{ library(omopgenerics) achillesColumns("achilles_analysis") achillesColumns("achilles_results") achillesColumns("achilles_results_dist") # }
Run the code above in your browser using DataLab