© Matthew Campbell 2019
Matthew CampbellLearn RStudio IDEhttps://doi.org/10.1007/978-1-4842-4511-8_9

9. Shiny R Dashboards

Matthew Campbell1 
(1)
Yardley, PA, USA
 

R Markdown and htmlwidgets will give you the ability to create rich and even interactive experiences with popovers. However, some use cases require more than what these types of static tools can provide. For instance, you may need to ask users to supply parameters that will be used in an analysis, connect to a backend database, or execute new R scripts as the user explores your analysis.

You can use Shiny in RStudio to create these types of data dashboards that have a rich functionality that is completely integrated with your R system. Shiny is a package used to create interactive web apps ...

Get Learn RStudio IDE: Quick, Effective, and Productive Data Science now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.