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")))
`
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"))) `