Cohort tables that a cdm reference can contain in the OMOP Common Data Model.
Source:R/classCdmReference.R
      cohortTables.RdCohort 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" 
# }