Skip to content

Instantly share code, notes, and snippets.

View JimShady's full-sized avatar

James JimShady

View GitHub Profile
@diegovalle
diegovalle / CreateRoutes.R
Created April 13, 2011 03:09
Decode polylines obtained from Google Maps
library(maptools)
library(maps)
library(mapdata)
library(rjson)
library(stringr)
library(RCurl)
library(ggplot2)
GetDirections <- function(from, to) {