powered by
Creates router. Returned callback needs to be called within Shiny server code.
make_router(default, ...)
Main route to which all invalid routes should redirect.
All other routes defined with shiny.router::route function.
shiny.router::route
Shiny router callback that should be run in server code with Shiny input and output lists.
# NOT RUN { router <- make_router( route("/", root_page), route("/other", other_page) ) # }
Run the code above in your browser using DataLab