Description Usage Arguments Value Examples
Scrape all pcodes information on a specific country
1 | country_pcodes_URL(country_URL)
|
country_URL |
character - A valid country FeatureServer directory URL. Example: "https://gistmaps.itos.uga.edu/arcgis/rest/services/COD_External/ZMB_pcode/FeatureServer" |
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_URL("https://gistmaps.itos.uga.edu/arcgis/rest/services/COD_External/ZMB_pcode/FeatureServer")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.