Skip to content

Instantly share code, notes, and snippets.

View ytmytm's full-sized avatar

Maciej Witkowiak ytmytm

View GitHub Profile
@ytmytm
ytmytm / overratedFilms.R
Created May 14, 2014 19:55 — forked from blmoore/overratedFilms.R
Confront audience score with critics score
library("RCurl")
library("jsonlite")
library("ggplot2")
library("RColorBrewer")
library("scales")
library("gridExtra")
api.key <- "yourAPIkey"
rt <- getURI(paste0("http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/top_rentals.json?apikey=", api.key, "&limit=50"))