R Workshops
Fall 2014
install.packages("shiny")
Open up the file 01-Setup.R on the website and run the first code chunk to get setup for this workshop. You should have the packages shiny
, ggplot2
, lubridate
, and plyr
loaded.
library(shiny)
runApp("shinyApps/01_Hello")