View source: R/classCdmReference.R
achillesColumns | R Documentation |
Required columns for each of the achilles result tables
achillesColumns(table, version = "5.3", onlyRequired = lifecycle::deprecated())
table |
Table for which to see the required columns. One of "achilles_analysis", "achilles_results", or "achilles_results_dist". |
version |
Version of the OMOP Common Data Model. |
onlyRequired |
deprecated. |
Character vector with the column names
library(omopgenerics)
achillesColumns("achilles_analysis")
achillesColumns("achilles_results")
achillesColumns("achilles_results_dist")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.