Learn R Programming

arcgisbinding (version 1.0.1.229)

arc.shape: Get arc.shape object

Description

Get arc.shape-class from arc.data

Arguments

df

arc.dataframe

See Also

arc.select

Examples

Run this code
# 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