Get arc.shape-class
from arc.data
arc.dataframe
# NOT RUN {
d <- arc.open(system.file("extdata", "ca_ozone_pts.shp",
package="arcgisbinding"))
df <- arc.select(d, 'ozone')
shp <- arc.shape(df)
length(shp$x)
# }
Run the code above in your browser using DataLab