Skip to contents

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

if (FALSE) {

goforward() %>>%
show()

}