View source: R/constructors_navigation.R
go | R Documentation |
wrapper around remDr$navigate method to generate safe navigation code
go(url, prev = NULL)
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. |
a character string defining 'RSelenium' navigation instructions that can be pasted into a scraping function
## Not run:
go("https://www.wikipedia.org/") %>>%
show()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.