Learn R Programming

parsel (version 0.3.0)

goforward: 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)

Value

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

Arguments

prev

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

Examples

Run this code
if (FALSE) {

goforward() %>>%
show()

}

Run the code above in your browser using DataLab