View source: R/global_actions.R
back | R Documentation |
back()
navigates to the previously opened URL, or the previously opened
page in your browsing history.
forward()
reverses the action of back()
, going to the next page in your
browsing history.
back(timeout = NULL, session = NULL)
forward(timeout = NULL, session = NULL)
timeout |
The maximum time to wait for the page to load, in seconds. This defaults to 60, unless in a Github Action, in which case it defaults to 5 minutes. |
session |
A |
The session object, invisibly.
Other global actions:
current_url()
,
execute_js_fn()
,
get_page_source()
,
open_url()
,
reload()
,
scroll_to()
,
take_screenshot()
session <- selenider_session()
open_url("https://r-project.org")
open_url("https://www.tidyverse.org/")
back()
forward()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.