cleanup.FileProgressBar
From R.utils v2.10.1
by Henrik Bengtsson
Removes the progress file for a file progress bar
Removes the progress file for a file progress bar.
Usage
# S3 method for FileProgressBar
cleanup(object, ...)
Arguments
- ...
Not used.
Value
Returns (invisibly) TRUE
, if there is no progress file afterwards.
Otherwise, FALSE
is returned.
See Also
For more information see FileProgressBar
.
Community examples
Looks like there are no examples yet.