go {parsel} | R Documentation |
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)
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. |
Value
a character string defining 'RSelenium' navigation instructions that can be pasted into a scraping function
Examples
## Not run:
go("https://www.wikipedia.org/") %>>%
show()
## End(Not run)
[Package parsel version 0.3.0 Index]