Versions:
- R 3.5.0
- RStudio 1.1.453
This document converts .json Google Maps data into useable R
data for mining and plotting with ggmap
and related packages. It also has links to obtaining Google API keys for using Google-protected data.
File extensions:
.R
.Rmd
.Rproj
.json
.pdf
.html
.png
If problems persist, feel free to contact me at matthew.malishev [at] gmail.com
For Mac OSX > 10 (El Capitan)
1️⃣ Converting .json to .csv: https://konklone.io/json/
2️⃣ Troubleshooting with ggmap
package installation
3️⃣ For installing .Rdb
files when encountering fetch(key) : lazy-load database error
4️⃣ Getting OVER QUERY LIMIT after one request with geocode error
5️⃣ Error: map grabbing failed - see details in ?get_openstreetmap when using osm
source in getmap()
6️⃣ Applying get_map
functions
7️⃣ Unexpected character 'L' error when reading in .json file for fromJSON
function in rjson
package