Learn R Programming

GHCNr (version 1.4.6)

get_countries: Download multiple countries' shapefiles from geoBoundaries

Description

Download multiple countries' shapefiles from geoBoundaries

Usage

get_countries(countries_code, simplified = TRUE)

Value

A shapefile.

Arguments

countries_code

Vector of three letter ISO code.

simplified

Logical.

Details

https://github.com/wmgeolab/geoBoundaries.

Examples

Run this code
if (FALSE) {
eu <- get_countries(country_code$iso3, simplified = TRUE)
}

Run the code above in your browser using DataLab