arc.table-class: Class "arc.table"

arc.table-classR Documentation

Class "arc.table"

Description

arc.table S4 class

Details

The fields slot includes the details of the ArcGIS data types of the relevant fields, which include data types not directly representable in R.

Extends

Class arc.dataset-class, directly.

Slots

fields

named list of field types.

Methods

arc.select

return data.frame. TODO

names

return names of columns

See Also

arc.open, arc.dataset-class, arc.feature-class

Examples


ozone.file <- system.file("extdata", "ca_ozone_pts.shp",
                          package="arcgisbinding")
d <- arc.open(ozone.file)
names(d@fields) # get all field names
arc.shapeinfo(d) # print shape info
d                # print dataset info


R-ArcGIS/r-bridge documentation built on April 29, 2023, 6:19 p.m.