View the app at shinyapps.io.
Run it locally by cloning this repository or directly from GitHub:
install.packages("shiny")
library(shiny)
runGitHub("simonkassel/azavea-technical-demo-Shiny")
Some useful links:
Creating interactive data visualizations using Shiny App in R (with examples)
How do I deploy Shiny applications to Shiny Server?