Book Image

Web Application Development with R Using Shiny Second Edition - Second Edition

By : Chris Beeley
Book Image

Web Application Development with R Using Shiny Second Edition - Second Edition

By: Chris Beeley

Overview of this book

R is a highly flexible and powerful tool for analyzing and visualizing data. Most of the applications built using various libraries with R are desktop-based. But what if you want to go on the web? Here comes Shiny to your rescue! Shiny allows you to create interactive web applications using the excellent analytical and graphical capabilities of R. This book will guide you through basic data management and analysis with R through your first Shiny application, and then show you how to integrate Shiny applications with your own web pages. Finally, you will learn how to finely control the inputs and outputs of your application, along with using other packages to build state-of-the-art applications, including dashboards.
Table of Contents (14 chapters)
Web Application Development with R Using Shiny Second Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


In this chapter, we explored many different ways of laying out the same applications. Starting with the standard sidebar layout, we looked at adding icons, pop-ups, tooltips, and also using the shinythemes package to quickly style a vanilla application. We covered adding a navigation bar to your application as well as using the grid layout from bootstrap CSS to customize your own layouts. Finally, we explored the functionality of the Shiny dashboard package, which allows you to produce tabbed output sections, add in tasks, notifications, and messages for your users, show large friendly icons with key information on, as well as providing an attractive and professional-looking default appearance.

The key to make the most of the material in this chapter, as well as of Shiny generally, is to remember that you can combine the tools that Shiny gives you in a lot of different ways, depending on your needs and your skill set. There's nothing to stop you from using the shiny dashboard package...