clone.AbstractFileArray {R.huge}R Documentation

Clones a file array

Description

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

Usage

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

Arguments

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

Value

Returns the new AbstractFileArray object.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see AbstractFileArray.


[Package R.huge version 0.1.5 Index]