change_router_page: Change router page

View source: R/shiny.R

change_router_pageR Documentation

Change router page

Description

Set the current router page to path.

Usage

change_router_page(
  path,
  mode = "push",
  session = shiny::getDefaultReactiveDomain()
)

Arguments

path

Path of the destination page.

mode

Argument passed to shiny::updateQueryString().

session

The current shiny session object.

Examples

## Not run: 
change_router_page("home")

## End(Not run)

gorcha/shinypages documentation built on June 29, 2022, 4:38 a.m.