Learn R Programming

R.huge (version 0.10.1)

writeAllValues.AbstractFileArray: Writes all values to a file array

Description

Writes all values to a file array.

Usage

# S3 method for AbstractFileArray
writeAllValues(this, values, mode=getStorageMode(this), size=getBytesPerCell(this),
  offset=getDataOffset(this), ...)

Value

Returns nothing.

Arguments

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.

Author

Henrik Bengtsson

See Also

*writeValues(). For more information see AbstractFileArray.