writeValues.AbstractFileArray {R.huge} | R Documentation |
Writes values to a file array.
## S3 method for class 'AbstractFileArray': writeValues(this, indices=NULL, values, mode=getStorageMode(this), size=getBytesPerCell(this), offset=getDataOffset(this), order=FALSE, ...)
indices |
An integer vector of indices to be updated.
If NULL , all cells are considered. |
values |
A numeric vector of values to be assigned. |
mode |
The storage mode to be used. |
size |
A integer specifying the number of bytes per cell. |
offset |
A integer specifying the file offset of the data section. |
order |
If TRUE , the data is reordered before being written. |
... |
Additional arguments passed to *writeAllValues() . |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*writeAllValues()
.
For more information see AbstractFileArray
.