Function for creating automatic matches based on inverse control logic
Usage
createControlCohortInverse(cdm, targetTable)
Arguments
- cdm
Connection to the database (package CDMConnector)
- targetTable
A cohort tibble which contains subjects' cohort data
Examples
if (FALSE) createControlCohortInverse(cdm = cdm, targetTable = targetTable) # \dontrun{}