View source: R/get-country-shapefile.R
get_countries | R Documentation |
Download multiple countries' shapefiles from geoBoundaries
get_countries(countries_code, simplified = TRUE)
countries_code |
Vector of three letter ISO code. |
simplified |
Logical. |
https://github.com/wmgeolab/geoBoundaries.
A shapefile.
## Not run:
eu <- get_countries(country_code$iso3, simplified = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.