goto: Go to specified line in the file

Description Usage Arguments

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

1
2
3
4
goto(x, i, ...)

## S4 method for signature '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.


LaF documentation built on March 26, 2020, 6:59 p.m.