Learn R Programming

parsel (version 0.3.0)

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

Value

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

Arguments

prev

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

Examples

Run this code
if (FALSE) {

goback() %>>%
show()

}

Run the code above in your browser using DataLab