This function retrieves cohort data from a cohort table in a database.
Usage
getCohortDataFromCohortTable(
connectionDetails = NULL,
connection = NULL,
cdmDatabaseSchema,
cohortDatabaseSchema,
cohortTable,
cohortNameIds
)
Arguments
- connectionDetails
A list of connection details (optional).
- connection
An existing database connection (optional).
- cdmDatabaseSchema
The schema name for the CDM database.
- cohortDatabaseSchema
The schema name for the cohort database.
- cohortTable
The name of the cohort table.
- cohortNameIds
A data frame containing cohort name IDs.