It's So Shiny!

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

Example

Shiny Documentation and Help

Installing Shiny

install.packages("shiny")

Your Turn

Download the code files for the example applet, Example_01.r and place it in a folder called "Example1":

Run the applet