delete.AbstractFileArray {R.huge} | R Documentation |
Deletes the file array from the file system
Description
Deletes the file array from the file system. If the file array is open, it is first closed.
Usage
## S3 method for class 'AbstractFileArray'
delete(this, ...)
Arguments
... |
Not used. |
Value
Returns (invisibly) TRUE
if the file was successfully deleted (or did
not exist in the first place), otherwise FALSE
.
Author(s)
Henrik Bengtsson
See Also
For more information see AbstractFileArray
.
[Package R.huge version 0.10.1 Index]