Hello, I've just started using "arcgisbinding" package in R.
I'm trying some basic data transfer between R and ArcGIS Pro, and I have one question.
Can I write R data.frame (which I read from excel) to ArcGIS?
After I have seen some resources, looks like only the object I read in R from ArcGIS object can be transferred back.
But if there is a way to transfer my R data frame object (which are originally made from excel, csv, etc.) to Arc GIS, this would be great.
*** R data frame object I want to transfer to Arc GIS does not have any spatial information. It has two columns "ID" and "address" as string. So I want to transfer it to ArcGIS gdb table not as feature class.