Skip to content

Instantly share code, notes, and snippets.

View eufmike's full-sized avatar

Mike Shih eufmike

  • San Diego
View GitHub Profile
@eufmike
eufmike / carsearch.R
Last active September 4, 2015 21:30 — forked from rdabbler/carsearch.R
R for car search
#
# Get appraised value of car from Edmunds.com using the developer API with R
# Reference: http://developer.edmunds.com/docs/read/The_Vehicle_API
#
# set working dir
setwd('~/R/carvalue')
#load libraries
library(RJSONIO)