Basic Multipage Routing for R Shiny Apps: shiny.router

[This article was first published on R – Better Data Science, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

How to use shiny.router to implement routing in Shiny apps, plus some tips on styling Web applications couldn’t exist without routing. Think about it in terms of a website — you visit a home page, navigate to the blog, and open a particular article. That’s routing in a nutshell — matching UI components to a URL. shiny.router package back in late 2018, and just recently version 0.2.0 went live on CRAN. This version fixed some bugs, augmented existing functionality a bit, and made a few important changes. In this article, we’ll walk you through the version 0.2.0 update and show you how to create navbars using shiny.router. […]

The post Basic Multipage Routing for R Shiny Apps: shiny.router appeared first on Better Data Science.

To leave a comment for the author, please follow the link and comment on their blog: R – Better Data Science.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)