writeAllValues.AbstractFileArray: Writes all values to a file array

writeAllValues.AbstractFileArrayR 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.


HenrikBengtsson/R.huge documentation built on Jan. 31, 2024, 8:12 a.m.