goto {LaF} | R Documentation |
Go to specified line in the file
Description
Sets the current line to the line number specified. The next call to
next_block
will return the data on the specified line in the
first row. The number of the current line can be obtained using
current_line
.
Usage
goto(x, i, ...)
## S4 method for signature 'laf,numeric'
goto(x, i, ...)
Arguments
x |
an object the supports the |
i |
the line number . |
... |
additional parameters passed to other methods. |
[Package LaF version 0.8.4 Index]