save.filepart {wal} | R Documentation |
Read part of binary file and save as new file.
Description
Read part of binary file and save as new file.
Usage
save.filepart(infile, read_from, read_len, outfile)
Arguments
infile |
for input file, part of it gets read. |
read_from |
integer, index at which to start reading, from start of file. Used to |
read_len |
integer, the number of bytes to read. |
outfile |
character string, the output filename. |
[Package wal version 0.1.1 Index]