Skip to contents

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

if (FALSE) {

goback() %>>%
show()

}