Skip to content

Instantly share code, notes, and snippets.

View christian-candido's full-sized avatar

Christian Carlos Candido da Silva christian-candido

  • Brazil
  • 00:48 (UTC -03:00)
View GitHub Profile
@pssguy
pssguy / global.R
Created May 1, 2013 21:14
Shiny App showing ranking of 140+ TV Shows by episode
# load required packages
library(shiny)
library(shinyIncubator)
library(googleVis)
library(ggplot2)
library(stringr)
library(plyr)
library(XML)
library(httr)
library(Hmisc)