View source: R/global_actions.R
reload | R Documentation |
reload()
and refresh()
both reload the current page.
reload(timeout = NULL, session = NULL)
refresh(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:
back()
,
current_url()
,
execute_js_fn()
,
get_page_source()
,
open_url()
,
scroll_to()
,
take_screenshot()
session <- selenider_session()
open_url("https://r-project.org")
reload()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.