Learn R Programming

R.huge (version 0.10.1)

delete.AbstractFileArray: 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 AbstractFileArray
delete(this, ...)

Value

Returns (invisibly) TRUE if the file was successfully deleted (or did not exist in the first place), otherwise FALSE.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see AbstractFileArray.