Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## -----------------------------------------------------------------------------
library(omopgenerics)
omopTables()
## -----------------------------------------------------------------------------
omopColumns(table = "person", version = "5.3")
## -----------------------------------------------------------------------------
omopColumns(table = "observation_period", version = "5.3")
## -----------------------------------------------------------------------------
cohortColumns(table = "cohort", version = "5.3")
cohortColumns(table = "cohort_set", version = "5.3")
cohortColumns(table = "cohort_attrition", version = "5.3")
## -----------------------------------------------------------------------------
achillesTables()
achillesColumns("achilles_analysis")
achillesColumns("achilles_results")
achillesColumns("achilles_results_dist")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.