View source: R/parse_esri_json.R
parse_esri_data | R Documentation |
Parse the JSON response of the API
parse_esri_data(x, geometry)
x |
an R list of data returned by the APPI (parsed JSON returned by the API) |
geometry |
is there a geometry element to the json? TRUE/FALSE |
Conditionally parse the JSON response of the API depending on whether it is a table of layer (e.g. has geometry)
a tibble or sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.