get_country {GHCNr} | R Documentation |
Download country shapefile from geoBoundaries
Description
Download country shapefile from geoBoundaries
Usage
get_country(country_code, simplified = TRUE)
Arguments
country_code |
Three letter ISO code. |
simplified |
Logical. |
Details
https://github.com/wmgeolab/geoBoundaries.
Value
A shapefile.
Examples
## Not run:
italy <- get_country("ITA")
## End(Not run)
[Package GHCNr version 0.8.0 Index]