Cohort tables that a cdm reference can contain in the OMOP Common Data Model.
Source:R/classCdmReference.R
cohortTables.Rd
Cohort tables that a cdm reference can contain in the OMOP Common Data Model.
Examples
# \donttest{
library(omopgenerics)
cohortTables()
#> [1] "cohort" "cohort_set" "cohort_attrition" "cohort_codelist"
# }