cleanIncremental | R Documentation |
Removes csv files from folders that have not been marked as completed and removes the record of the execution file
cleanIncremental(executionFolder, ignoreWhenEmpty = FALSE)
executionFolder |
The folder that has the execution files |
ignoreWhenEmpty |
When TRUE, if there are no incremental logs then nothing is run |
A list with the settings
Other Incremental:
cleanNonIncremental()
cleanIncremental(
file.path(tempdir(), 'incremental'),
ignoreWhenEmpty = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.