Add multiple urls in r-shiny app

I want to create a R-shiny app with multiple url paths (url dispatcher)
e.g.

http://127.0.0.1:3838/app_name/login
http://127.0.0.1:3838/app_name/home
http://127.0.0.1:3838/app_name/dashboard
http://127.0.0.1:3838/app_name/

Is it possible here?

brochure

I'd be curious if anyone has worked with brochure?

Colin released this pages to build multpage Shiny apps,

He gave a talk to the NHS R community in Feb, https://www.youtube.com/watch?v=8UiCqSKlfew

shiny.router

Another approach is working with shiny.router. I think the gist of shiny.router is to preserve state in the url, so as people click around the app update the visualization, these actions update the URL.

2 Likes

Please check my answer here:

or here:

for native shiny solutions.

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.