Description Usage Arguments Value See Also Examples
This function allows you to retrive the wanted shapefile.
1 | shaper_data(country_code, level = 0)
|
country_code |
The country's ISO code. |
level |
The shapefile's level of granularity. |
Shapefile for the country and level requested.
shaper_country
for the country's ISO code.
1 2 3 4 | map <- shaper_data(country_code = "ITA")
map <- shaper_data(country_code = "ITA", level=1)
map <- shaper_data("ITA", 1)
map <- shaper_data("USA", 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.