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