goforward: wrapper around remDr$goForward method to generate safe...

View source: R/constructors_navigation.R

goforwardR Documentation

wrapper around remDr$goForward method to generate safe forwards navigation code

Description

wrapper around remDr$goForward method to generate safe forwards navigation code

Usage

goforward(prev = NULL)

Arguments

prev

a placeholder for the output of functions being piped into goforward(). Defaults to NULL and should not be altered.

Value

a character string defining 'RSelenium' forward navigation instructions that can be pasted into a scraping function.

Examples

## Not run: 

goforward() %>>%
show()


## End(Not run)

parsel documentation built on March 7, 2023, 6:41 p.m.