shaper_country: shaper_country

Description Usage Arguments Value See Also Examples

View source: R/shaper.R

Description

This function allows you to find and search for the right country's ISO code. If no argument is filed, each ISO code of each country will be displayed.

Usage

1
shaper_country(country)

Arguments

country

The name of the country.

Value

Country's ISO code.

See Also

shaper_data to collect shapefiles when you have the country code.

Examples

1
2
3
mycountry <- shaper_country()
mycountry <- shaper_country(country = "Italy")
mycountry <- shaper_country("Italy")

warint/shapeR documentation built on Oct. 20, 2021, 11:01 a.m.