writeAllValues.AbstractFileArray {R.huge} | R Documentation |
Writes all values to a file array.
## S3 method for class 'AbstractFileArray': writeAllValues(this, values, mode=getStorageMode(this), size=getBytesPerCell(this), offset=getDataOffset(this), ...)
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. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*writeValues()
.
For more information see AbstractFileArray
.