
Shiny makes it easy to build interactive web apps. Shiny is an R extension package created by Joe Cheng of RStudio. Oh, and R has a dedicated and welcoming user community. R, either using its base functionality or the tidyverse packages, is superb for both interactive and non-interactive use. Visit the Comprehensive R Archive Network ( CRAN) for installation instructions. It compiles and runs on a wide variety of operating systems. R is a free software environment for statistical computing and graphics. The goal is simply to have the most basic and dependency-free app that we can deploy. In this post, I will walk you through how a Shiny application is structured. Shiny lets you quickly build web applications using the R programming language. The goal is simply to have the most basic and dependency free app that we can deploy. In this post I will walk you through how a Shiny application is structured.

