as.vector.AbstractFileArray {R.huge}R Documentation

Returns the elements of a file array as an R vector

Description

Returns the elements of a file array as an R vector, that is, imported into memory (if possible).

Usage

## S3 method for class 'AbstractFileArray'
as.vector(x, mode="any")

Arguments

mode

Not used.

Value

Returns a vector.

Author(s)

Henrik Bengtsson

See Also

For more information see AbstractFileArray.


[Package R.huge version 0.10.1 Index]