Skip to content

Instantly share code, notes, and snippets.

View fhoces's full-sized avatar

Fernando Hoces de la Guardia fhoces

View GitHub Profile
@fhoces
fhoces / GoogleMapsAndR.md
Created November 14, 2015 22:21 — forked from josecarlosgonz/GoogleMapsAndR.md
How to use Google's API with R

Using Google Maps API and R

This script uses RCurl and RJSONIO to download data from Google's API to get the latitude, longitude, location type, and formatted address

library(RCurl)
library(RJSONIO)
library(plyr)