Description Usage Arguments Details
View source: R/CatalogueExport.R
Drop all possible scratch tables
1 2 3 4 5 6 7 8 9 | dropAllScratchTables(
connectionDetails,
scratchDatabaseSchema,
tempPrefix = "tmpach",
numThreads = 1,
tableTypes = "catalogueExport",
outputFolder,
verboseMode = TRUE
)
|
connectionDetails |
An R object of type |
scratchDatabaseSchema |
string name of database schema that CatalogueExport scratch tables were written to. |
tempPrefix |
The prefix to use for the "temporary" (but actually permanent) CatalogueExport analyses tables. Default is "tmpach" |
numThreads |
The number of threads to use to run this function. Default is 1 thread. |
tableTypes |
The types of scratch tables to drop: catalogueExport |
outputFolder |
Path to store logs and SQL files |
verboseMode |
Boolean to determine if the console will show all execution steps. Default = TRUE |
Drop all possible CatalogueExport scratch tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.