writeBinLong: Writes a very long vector to a binary file

Description Usage Arguments

Description

The R function writeBin is limited by 2^31-1 bytes. This function uses writeBin iteratively to be able to write longer files

Usage

1
writeBinLong(bytes, connection, size)

Arguments

bytes

The files to write

connection

The connection to write to

size

The element size in bytes


joph/MERRAbin documentation built on May 29, 2019, 1:07 a.m.