writeBin64(object, con, size = NA_integer_, endian = .Platform$endian, useBytes = FALSE)
writeBin
. This 64-bit extension splits data into 2^30 chunks, and writes each out sequentially, overcoming the 2^31-1 limit of the original function.
The astronomy package: astro
.