runORF.Rd
This function runs OncoRegimenFinder from start to finish.
runORF( conn, cdmDatabaseSchema, writeDatabaseSchema, vocabularyTable, drugExposureIngredientTable, cohortTable, regimenTable, regimenIngredientTable, verbose = TRUE, progressBar = TRUE, renameTable = FALSE )
conn | a database connection object |
---|---|
cdmDatabaseSchema | OMOP CDM source schema |
writeDatabaseSchema | schema to write to |
vocabularyTable | Vocabulary Table |
drugExposureIngredientTable | Drug Exposure Table |
cohortTable | Cohort Table |
regimenTable | Regimen Table |
regimenIngredientTable | Regimen Ingredient Table |
verbose | If TRUE, prints details of the operations being performed as they are being executed. |
progressBar | If TRUE, prints a progress bar to the console that tracks the write table process. |