country_geojson_iso3: Scrape geoJSON layers on a specific country by iso3 code

Description Usage Arguments Value Examples

Description

Scrape geoJSON layers on a specific country by iso3 code

Usage

1
country_geojson_iso3(country_iso3)

Arguments

country_iso3

character - A valid country https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3iso3 code

Value

list - a list for the specified URL containing two elements: - name : character - string identifying the name of the layer - data : data.frame - data frame containing the layer data.

Examples

1
2
3
4
## Not run: 
country_geojson_iso3("AFG")

## End(Not run)

ElliottMess/pcodesOCHA documentation built on May 13, 2021, 10:25 p.m.