Learn R Programming

parsel (version 0.3.0)

go: wrapper around remDr$navigate method to generate safe navigation code

Description

wrapper around remDr$navigate method to generate safe navigation code

Usage

go(url, prev = NULL)

Value

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

Arguments

url

a character string specifying the name of the object holding the url string or the url string the function should navigate to.

prev

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

Examples

Run this code
if (FALSE) {

go("https://www.wikipedia.org/") %>>%
show()

}

Run the code above in your browser using DataLab