powered by
wrapper around remDr$navigate method to generate safe navigation code
go(url, prev = NULL)
a character string defining 'RSelenium' navigation instructions that can be pasted into a scraping function
a character string specifying the name of the object holding the url string or the url string the function should navigate to.
a placeholder for the output of functions being piped into go(). Defaults to NULL and should not be altered.
if (FALSE) { go("https://www.wikipedia.org/") %>>% show() }
Run the code above in your browser using DataLab