update_params | R Documentation |
update_params()
takes named arguments and updates the query.
update_params(x, ...)
x |
a |
... |
key value pairs of query parameters and values. |
An object of the same class as x
## Not run:
furl <- paste0(
"https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/",
"USA_Major_Cities_/FeatureServer/0"
)
flayer <- arc_open(furl)
update_params(flayer, outFields = "NAME")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.