You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")))
`
The text was updated successfully, but these errors were encountered:
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")))
`
The text was updated successfully, but these errors were encountered: