View source: R/constructors_navigation.R
goback | R Documentation |
wrapper around remDr$goBack method to generate safe backwards navigation code
goback(prev = NULL)
prev |
a placeholder for the output of functions being piped into goback(). Defaults to NULL and should not be altered. |
a character string defining 'RSelenium' backwards navigation instructions that can be pasted into a scraping function
## Not run:
goback() %>>%
show()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.