writeAllValues.AbstractFileArray {R.huge}R Documentation

Writes all values to a file array

Description

Writes all values to a file array.

Usage

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

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.

Value

Returns nothing.

Author(s)

Henrik Bengtsson

See Also

*writeValues(). For more information see AbstractFileArray.


[Package R.huge version 0.10.1 Index]