Created
November 10, 2018 20:15
-
-
Save kissmygritts/ecef351759f7835dc5356a1a9a09b1aa to your computer and use it in GitHub Desktop.
install and download data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages(c('dplyr', 'spData', 'sf', 'raster', 'rgdal', 'rgeos', 'rcartocolor', 'magrittr', 'leaflet')) | |
file_name <- 'http://naes.unr.edu/shoemaker/teaching/R-Bootcamp/data.zip' | |
download.file(file_name, destfile = 'data.zip') | |
unzip(zipfile = 'data.zip', exdir = '.') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment