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

What's new in our application?


We're going to add a lot of new functionality to the application, and it won't be possible to explain every piece of code before we encounter it. Several of the new functions depend on at least one other function, which means that you will see some of the functions for the first time while a different function is being introduced.

It's important, therefore, that you concentrate on whichever function is being explained and wait until later in the chapter to understand the whole piece of code. New functions that are explained later in the chapter will be noted as we progress. In order to help you understand what the code does as you go along, it is worth quickly reviewing the actual functionality of the application now. You can find a link to a hosted version of the application within the GitHub page referenced in the introduction to this chapter. It is definitely worth visiting this page to see the application in action yourself.

In terms of the functionality...