delete.AbstractFileArray {R.huge} | R Documentation |
Deletes the file array from the file system. If the file array is open, it is first closed.
## S3 method for class 'AbstractFileArray': delete(this, ...)
... |
Not used. |
Returns (invisibly) TRUE
if the file was successfully deleted (or did
not exist in the first place), otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AbstractFileArray
.