inst/doc/cdm_reference.R

## ----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")

Try the omopgenerics package in your browser

Any scripts or data that you put into this service are public.

omopgenerics documentation built on Sept. 30, 2024, 9:16 a.m.