arc.table-class | R Documentation |
arc.table
S4 class
The fields
slot includes the details of the ArcGIS data types of the
relevant fields, which include data types not directly representable in R
.
Class arc.dataset-class
, directly.
fields
named list of field types.
return data.frame
. TODO
return names of columns
arc.open
,
arc.dataset-class
,
arc.feature-class
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.