readValues.AbstractFileArray: Reads individual values in the file array

readValues.AbstractFileArrayR Documentation

Reads individual values in the file array

Description

Reads individual values in the file array.

Usage

## S3 method for class 'AbstractFileArray'
readValues(this, indices=NULL, mode=getStorageMode(this), size=getBytesPerCell(this),
  offset=getDataOffset(this), order=FALSE, ..., .checkArgs=TRUE)

Arguments

indices

A numeric vector of indices.

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.

Value

Returns a numeric vector.

Author(s)

Henrik Bengtsson

See Also

*readContiguousValues() and readValues(). For more information see AbstractFileArray.


R.huge documentation built on July 9, 2023, 6:24 p.m.