Book Image

Learning Shiny

By : Hernan Resnizky
Book Image

Learning Shiny

By: Hernan Resnizky

Overview of this book

Table of Contents (19 chapters)
Learning Shiny
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Introducing R, RStudio, and Shiny
Index

Summary


Interaction with graphics, either through Shiny's built-in listeners or through JavaScript integration, is the last topic related to specifically developing applications in Shiny. It is supposed that, after these nine chapters, the reader has acquired the main concepts required to code their own applications. Of course, the world of R and web programming (HTML, JavaScript, and so on) is infinite and impossible to cover thoroughly in a book. For this reason, this book intends to be a guide for the reader to understand the scope and possibilities of creating web applications in R, and from here, make their own path through a universe full of different possibilities.

The next chapter will cover the different of sharing your application, which is the reason why we create them; to expose information to people who, for any reason, cannot obtain it themselves.