
Last chance! 50% off unlimited learning
Sale ends in
Writes binary data to disjoint sections of a connection or a file.
# S3 method for default
writeBinFragments(con, object, idxs, size=NA, ...)
A connection
or the pathname of an existing file.
A vector
of objects to be written.
The size of the data type to be read. If NA
, the natural
size of the data type is used.
Additional arguments passed to
writeBin()
.
Returns nothing.
# NOT RUN {
# See example(readBinFragments.connection)
# }
Run the code above in your browser using DataLab