Shiny is an R package that allows you to easily create interactive web applets using R.
- Produced by RStudio.
- Code can be entirely within R (or customized with HTML/Javascript).
- Take a look at Rstudio’s showcase of shiny applets.
Shiny is an R package that allows you to easily create interactive web applets using R.
Shiny Setup, Showcase, and Server setup
install.packages("shiny")
Run the applet