createExecutionSettings.Rd
Create an ExecutionSettings object and set its attributes
createExecutionSettings(
connectionDetails,
connection = NULL,
cdmDatabaseSchema,
workDatabaseSchema,
tempEmulationSchema,
targetCohortTable,
cdmSourceName
)
A DatabaseConnector connectionDetails object (optional if connection is specified)
A DatabaseConnector connection object (optional if connectionDetails is specified)
The schema of the OMOP CDM database
The schema to which results will be written
Some database platforms like Oracle and Snowflake do not truly support temp tables. To emulate temp tables, provide a schema with write privileges where temp tables can be created.
The name of the table where the target cohort(s) are stored
A human-readable name for the OMOP CDM source
An ExecutionSettings object