Creates router UI in Shiny applications.
Usage
router_ui(default, ..., page_404 = page404(), env = parent.frame())
Arguments
- default
Main route to which all invalid routes should redirect.
- ...
All other routes defined with shiny.router::route function.
- page_404
Styling of page when invalid route is open. See page404.
- env
Environment (only for advanced usage), makes it possible to use shiny.router inside shiny modules.