Learn R Programming

R.huge (version 0.10.1)

readAllValues.AbstractFileArray: Reads all values in the file array

Description

Reads all values in the file array.

Usage

# S3 method for AbstractFileArray
readAllValues(this, mode=getStorageMode(this), size=getBytesPerCell(this),
  offset=getDataOffset(this), ..., .checkArgs=FALSE)

Value

Returns a numeric

vector.

Arguments

mode

The storage mode to read.

size

The number of bytes each values allocates on file.

offset

The file offset to the first value on file.

...

Not used.

.checkArgs

If TRUE, arguments are validated, otherwise not.

Author

Henrik Bengtsson

See Also

readValues(). For more information see AbstractFileArray.