| arc.dataset-class | R Documentation |
arc.dataset S4 class
The dataset_type slot possible values are described in the
referenced "dataset properties – data type" documentation. For feature datasets,
extent contains four double values: (xmin, ymin, xmax, ymax).
The fields slot includes the details of the ArcGIS data types of the
relevant fields, which include data types not directly representable in R.
internal
pathfile path or layer name
dataset_typedataset type
arc.open,
arc.table-class,
arc.feature-class,
arc.datasetraster-class,
arc.datasetrastermosaic-class
ozone.file <- system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding")
d <- arc.open(ozone.file)
d # print dataset info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.