Learn R Programming

R.huge (version 0.10.1)

as.vector.AbstractFileArray: 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 AbstractFileArray
as.vector(x, mode="any")

Value

Returns a vector.

Arguments

mode

Not used.

Author

Henrik Bengtsson

See Also

For more information see AbstractFileArray.