Read cohort from database cohort table
cohortFromCohortTable.Rd
Read cohort from database cohort table
Examples
if (FALSE) { # \dontrun{
targetTable <- cohortFromCohortTable(cdm = cdm, db = db,
tableName = "cohort", schemaName = 'ohdsi_results', cohortId = 1389)
} # }
if (FALSE) { # \dontrun{
targetTable <- cohortFromCohortTable(cdm = cdm, db = db,
tableName = "asthma", schemaName = 'user_peter')
} # }