powered by
Returned callback needs to be called within Shiny server code.
make_router(default, ..., page_404 = page404())
Shiny router callback that should be run in server code with Shiny input and output lists.
Main route to which all invalid routes should redirect.
All other routes defined with shiny.router::route function.
Styling of page when wrong bookmark is open. See page404.
if (FALSE) { router <- make_router( route("/", root_page), route("/other", other_page), page_404 = page404( message404 = "Please check if you passed correct bookmark name!") ) }
Run the code above in your browser using DataLab