R-ArcGIS / r-bridge-install

Install the R ArcGIS Tools
Apache License 2.0
188 stars 59 forks source link

Fatal crash in RStudio when trying to open feature service #120

Open zlehmann opened 1 year ago

zlehmann commented 1 year ago

Hey all,

Just installed this all today and I'm trying to get a point layer from my feature service into my R environment for some post-process scripting. Here is what I have in my script. Everytime it hits line XX is fatally crashes. No other errors that I can find. Anyone have any ideas?

`library(arcgisbinding)

arc.check_product() arc.check_portal()

test <- arc.data2sf(arc.select(arc.open("https://my feature server url/FeatureServer/1"))) `