Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
R.utils (version 1.5.2)
remove.FileProgressBar: Removes the progress file for a file progress bar
Description
Removes the progress file for a file progress bar.
Usage
## S3 method for class 'FileProgressBar': remove(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
.