remove.FileProgressBar {R.utils}R Documentation

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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see FileProgressBar.


[Package R.utils version 1.1.1 Index]