change_router_page | R Documentation |
Set the current router page to path
.
change_router_page( path, mode = "push", session = shiny::getDefaultReactiveDomain() )
path |
Path of the destination page. |
mode |
Argument passed to |
session |
The current shiny session object. |
## Not run: change_router_page("home") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.