goback {parsel}R Documentation

wrapper around remDr$goBack method to generate safe backwards navigation code

Description

wrapper around remDr$goBack method to generate safe backwards navigation code

Usage

goback(prev = NULL)

Arguments

prev

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

Value

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

Examples

## Not run: 

goback() %>>%
show()


## End(Not run)

[Package parsel version 0.3.0 Index]