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, ...)

Arguments

... Not used.

Value

Returns a vector.

Author(s)

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

See Also

*as.vector(). For more information see AbstractFileArray.


[Package R.huge version 0.1.5 Index]