A brief introduction to mapping in R created for Maptime Boston's 9/16/2015 meeting.
To follow along with the presentation you will need several prerequisites:
- R - install the latest version for your platform from https://cran.rstudio.com/
- RStudio Desktop Open Source edition - install from https://www.rstudio.com/products/RStudio/
- The R packages
leaflet
andrgdal
- launch RStudio and run the command
install.packages(c('leaflet', 'rgdal'))
in the Console window - Code and data from this repository - download or clone to your computer