country_pcodes_URL: Scrape all pcodes information on a specific country

Description Usage Arguments Value Examples

Description

Scrape all pcodes information on a specific country

Usage

1
country_pcodes_URL(country_URL)

Arguments

country_URL

character - A valid country FeatureServer directory URL. Example: "https://gistmaps.itos.uga.edu/arcgis/rest/services/COD_External/ZMB_pcode/FeatureServer"

Value

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.

Examples

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)

ElliottMess/pcodesOCHA documentation built on May 13, 2021, 10:25 p.m.