Skip to content

Instantly share code, notes, and snippets.

@statzhero
statzhero / server.R
Created January 15, 2014 12:15 — forked from pssguy/server.R
# libraries used. install as necessary
library(shiny)
library(RJSONIO) # acquiring and parsing data
library(ggplot2) # graphs
library(plyr) # manipulating data
library(lubridate) #dates
library(stringr)
trim.leading <- function (x) sub("^\\s+", "", x)