Learn R Programming

LaF (version 0.8.4)

goto: 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 laf,numeric goto(x, i, ...)

Arguments

x

an object the supports the goto method, such as an laf object.

i

the line number .

...

additional parameters passed to other methods.