Skip to contents

Change router page

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

if (FALSE) {
change_router_page("home")
}