Can R-bridge arc.write to a Feature Service?

4085
12
Jump to solution
06-18-2021 10:05 AM
AndrewPadilla
Frequent Contributor

Hello R-ArcGIS community,

I am new to ArcGIS R-Bridge, but have moderate experience in R and ArcGIS. I am looking for a way to use R to write to a feature service. The R arcgisbindings package allows one to read a feature via arc.open but it doesn't seem to allow writing back (arc.write) to the feature service. Is there a way to accomplish this? I am looking to QA/QC the data in R as I find it more simple. Any help would be great. Thanks for your time.

0 Kudos
12 Replies
GlennSlade
Occasional Contributor

I am also interested in installing the "arcgis" package - as I need to write back to online feature service - did you get a resolution or a response as to why the package has been removed from cran? Many thanks

0 Kudos
AndrewPadilla
Frequent Contributor

Hi @GlennSlade, I have not heard back from ESRI regarding the missing library(arcgis) package.

@NicholasGiner1 do you have any news regarding the R library(arcgis) that is no longer available on CRAN?

 

0 Kudos
NicholasGiner1
Esri Contributor

Apologies for the delay.  Please try this instead:

install.packages("arcgis", repos = "https://r-arcgis.r-universe.dev")