next_block {LaF} | R Documentation |
Read the next block of data from a file.
Description
Read the next block of data from a file.
Usage
next_block(x, ...)
## S4 method for signature 'laf'
next_block(x, columns = 1:ncol(x), nrows = 5000, ...)
## S4 method for signature 'laf_column'
next_block(x, nrows = 5000, ...)
Arguments
x |
an object the supports the |
... |
passed to other methods. Reads the next block of lines from a file. The method returns a
|
columns |
an integer vector with the columns that should be read in. |
nrows |
the (maximum) number of rows to read in one block |
[Package LaF version 0.8.4 Index]