I've just begun to use the R-ArcGIS bridge package arcgisbinding and am running into a problem when I try to join feature class data with the dplyr package. When I join them, the shape attributes in the data frame are dropped and I can only export it as a table, not as a feature class or shapefile.
Here is some toy reproducible code. Below, I'm trying to get the ozone measurement columns from two shapefiles into a single data frame, then export the data frame as a shapefile.
<SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;">library(dplyr)
library(arcgisbinding)
arc.check_product()
fc </SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"><-</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"> arc.open</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;">(</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;">system.file</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;">(</SPAN><SPAN class="" style="color: #7d2727; border: 0px; font-weight: inherit; font-size: inherit;">"extdata"</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;">,</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"> </SPAN><SPAN class="" style="color: #7d2727; border: 0px; font-weight: inherit; font-size: inherit;">"ca_ozone_pts.shp"</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: