The implementation could include a mix of more general, e.g. arc_update(), or more focused, e.g. update_layer_properties() or update_layer_fields(), functions to help turned a data frame or list into the JSON format required for these operations.
Describe the solution you'd like
Based on the examples from the updateDefinition documentation, here are the features that I am most interested in seeing supported:
Is your feature request related to a problem? Please describe.
Adding support for the
updateDefinition
Feature Layer endpoint with a function named something likeupdate_feature_layer()
and also theupdateDefinition
Feature Service endpoint with something likeupdate_feature_server()
would be great.The implementation could include a mix of more general, e.g.
arc_update()
, or more focused, e.g.update_layer_properties()
orupdate_layer_fields()
, functions to help turned a data frame or list into the JSON format required for these operations.Describe the solution you'd like
Based on the examples from the updateDefinition documentation, here are the features that I am most interested in seeing supported:
Describe alternatives you've considered
I have not yet explored implementation but can share a reprex if I have an opportunity to give this a try.
Additional context
Any features related to the layer "renderer" may also relate to this issue for
{arcgisutils}
https://github.com/R-ArcGIS/arcgisutils/issues/4