Skip to contents

Cohort tables that a cdm reference can contain in the OMOP Common Data Model.

Usage

cohortTables(version = "5.3")

Arguments

version

Version of the OMOP Common Data Model. Supported options are: "5.3", "5.4", or "5.5".

Value

cohort tables

Examples

# \donttest{
library(omopgenerics)
cohortTables()
#> [1] "cohort"           "cohort_set"       "cohort_attrition" "cohort_codelist" 
# }