cleanNonIncremental {Characterization} | R Documentation |
Removes csv files from the execution folder as there should be no csv files when running in non-incremental model
Description
Removes csv files from the execution folder as there should be no csv files when running in non-incremental model
Usage
cleanNonIncremental(executionFolder)
Arguments
executionFolder |
The folder that has the execution files |
Value
A list with the settings
See Also
Other Incremental:
cleanIncremental()
Examples
# example code
cleanNonIncremental(file.path(tempdir(), 'incremental'))
[Package Characterization version 2.1.3 Index]