ropensci / rnaturalearth

An R package to hold and facilitate interaction with natural earth map data :earth_africa:
http://ropensci.github.io/rnaturalearth/
Other
216 stars 23 forks source link

Split ne_download() into two pieces #5

Closed hadley closed 8 years ago

hadley commented 9 years ago
andysouth commented 8 years ago

@hadley Done.

ne_download(destdir=getwd(), load=FALSE) #just downloads file
ne_download(destdir=getwd(), load=TRUE) #downloads & loads
ne_load(destdir=getwd()) #loads from prior download