Description Usage Arguments Details Value Author(s) See Also
Functions to write a vector x into a series of binary files.
1 2 |
x |
A |
path |
A |
what |
A |
append |
A |
pattern |
A |
maxRows |
An |
verbose |
A |
To facilitate handling large data, function writeBinBlocks is provided,
in which a long x is split into several small parts, each containing less than
maxRows rows. A series of binary files, like [pattern]1,
[pattern]2, [pattern]3, ..., will be thus generated.
returns an invisible NULL.
Y. Alex Chen <ychen@insightful.com>
writeBin, readBinMatrix, importBin2Sqlite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.