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 (http://www.braju.com/R/)

See Also

For more information see AbstractFileArray.


[Package R.huge version 0.1.5 Index]