writeBinFragments {R.utils} | R Documentation |
Writes binary data to disjoint sections of a connection or a file
Description
Writes binary data to disjoint sections of a connection or a file.
Usage
## Default S3 method:
writeBinFragments(con, object, idxs, size=NA, ...)
Arguments
con |
A |
object |
A |
idxs |
A |
size |
The size of the data type to be read. If |
... |
Additional arguments passed to
|
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
Examples
## Not run: # See example(readBinFragments.connection)
[Package R.utils version 2.12.3 Index]