| readValues.AbstractFileArray {R.huge} | R Documentation |
Reads individual values in the file array.
## S3 method for class 'AbstractFileArray' readValues(this, indices=NULL, mode=getStorageMode(this), size=getBytesPerCell(this), offset=getDataOffset(this), order=FALSE, ..., .checkArgs=TRUE)
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 |
Henrik Bengtsson
*readContiguousValues() and readValues().
For more information see AbstractFileArray.