Learn R Programming

R.huge (version 0.10.1)

clone.AbstractFileArray: Clones a file array

Description

Clones a file array including the file on the file system.

Usage

# S3 method for AbstractFileArray
clone(con, copyData=TRUE, ...)

Value

Returns the new AbstractFileArray object.

Arguments

copyData

If TRUE, also the data file is copied, otherwise not.

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see AbstractFileArray.