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")
Download the code files for the example applet, Example_01.r and place it in a folder called "Example1":
Run the applet