tableChecker | R Documentation |
Query the CAMP.mdb for all internal tables, and in the case any identified "temp" tables are missing, insert "fake" ones, so as to ensure those temp tables are available for deletion in subsequent SQL queries.
tableChecker()
The function requires no arguments. The location of the CAMP.mdb of
interest is known via externally defined global variable db.file
.
Additionally, the current set of temp tables used for checking is hard-coded within the function, so this set of tables does not require specification.
The function is silent. It simply reports messages to the log file indicating copied tables.
WEST, Inc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.