dropAllScratchTables.Rd
Drop all possible scratch tables
dropAllScratchTables(
connectionDetails,
scratchDatabaseSchema,
tempAchillesPrefix = "tmpach",
numThreads = 1,
tableTypes = c("achilles"),
outputFolder,
verboseMode = TRUE,
defaultAnalysesOnly = TRUE
)
An R object of type connectionDetails
created using the
function createConnectionDetails
in the
DatabaseConnector
package.
string name of database schema that Achilles scratch tables were written to.
The prefix to use for the "temporary" (but actually permanent) Achilles analyses tables. Default is "tmpach"
The number of threads to use to run this function. Default is 1 thread.
The types of Achilles scratch tables to drop: achilles
Path to store logs and SQL files
Boolean to determine if the console will show all execution steps. Default = TRUE
Boolean to determine if only default analyses should be run. Including non-default analyses is substantially more resource intensive. Default = TRUE
No return value, called to drop interim scratch tables.
Drop all possible Achilles scratch tables