Read the next block of data from a file.
1 2 3 4 5 6 7 | 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, ...)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.