Description Usage Arguments Value Examples
Scrape all pcodes information on a specific country by iso3 code
1 | country_pcodes_iso3(country_iso3)
|
country_iso3 |
character - A valid country https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3iso3 code |
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.
1 2 3 4 | ## Not run:
country_pcodes_iso3("AFG")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.