Skip to content

smholloway/data-mashups-in-r

Repository files navigation

Data Mashups in R

My version of the code from the Data Mashups in R book, which is sorely out-of-date.

After painstakingly working through the foreclosure mapping example and pouring over the errata, I decided to share my solution. The book requires using the Yahoo geocoding API, which is now a paid service. The errata acknowledges the API change but still requires you to use the paid XML service. I switched to the Google geocoding API with JSON.

Running it

To run this code, launch R then source the file in.

source("mapping-foreclosures.r")

You might need to setwd(".")

Legal

Code adapted from Data Mashups in R.

About

Code from the Data Mashups in R book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages