Skip to content

Instantly share code, notes, and snippets.

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
```{r}
library(RCurl)
library(RJSONIO)
library(plyr)