Description Usage Arguments Value Examples
Scrap data properties from one URL on OCHA COD API
1 | one_URL_properties(layer_URL)
|
layer_URL |
character - A valid FeatureServer layer directory URL. Example: "https://gistmaps.itos.uga.edu/arcgis/rest/services/COD_External/ZMB_pcode/FeatureServer/2" |
list - a list 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:
one_URL_properties("https://gistmaps.itos.uga.edu/arcgis/rest/services/COD_External/ZMB_pcode/FeatureServer/2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.