get_countries {GHCNr} | R Documentation |
Download multiple countries' shapefiles from geoBoundaries
Description
Download multiple countries' shapefiles from geoBoundaries
Usage
get_countries(countries_code, simplified = TRUE)
Arguments
countries_code |
Vector of three letter ISO code. |
simplified |
Logical. |
Details
https://github.com/wmgeolab/geoBoundaries.
Value
A shapefile.
Examples
## Not run:
eu <- get_countries(country_code$iso3, simplified = TRUE)
## End(Not run)
[Package GHCNr version 0.8.0 Index]