Chapter 5. Advanced Applications I – Dashboards

This chapter is all about laying out your Shiny applications. In Chapter 3, Building Your Own Web Pages with Shiny, we already looked at doing it by hand, using HTML or CSS, and we already saw how to lay out multiple output windows using tabsetPanel(). Shiny (and its associated packages) includes loads of functions that allow you to lay out your applications beautifully and simply. This chapter takes the code and applications you have already seen and takes them from the very plain, vanilla-looking layout that the default styling returns to slick, customizable layouts, culminating in your very own Google Analytics dashboard.

In this chapter, we will do the following things:

  • Revise the basics of layout ...

Get Web Application Development with R Using Shiny - Second Edition 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.