cleanIncremental {Characterization} | R Documentation |
Removes csv files from folders that have not been marked as completed and removes the record of the execution file
Description
Removes csv files from folders that have not been marked as completed and removes the record of the execution file
Usage
cleanIncremental(executionFolder, ignoreWhenEmpty = FALSE)
Arguments
executionFolder |
The folder that has the execution files |
ignoreWhenEmpty |
When TRUE, if there are no incremental logs then nothing is run |
Value
A list with the settings
See Also
Other Incremental:
cleanNonIncremental()
Examples
cleanIncremental(
file.path(tempdir(), 'incremental'),
ignoreWhenEmpty = TRUE
)
[Package Characterization version 2.1.3 Index]