Description Usage Arguments Value See Also Examples
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.
1 | shaper_country(country)
|
country |
The name of the country. |
Country's ISO code.
shaper_data
to collect shapefiles when you have the country code.
1 2 3 | mycountry <- shaper_country()
mycountry <- shaper_country(country = "Italy")
mycountry <- shaper_country("Italy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.