arc2sp | R Documentation |
sp
objectOpens an ArcGIS feature class and converts it to the sp
spatial data format.
arc2sp(fc_path)
fc_path |
character; Path to the ArcGIS geodatabase feature class. |
The arc2sp
function requires the prior installation of the
arcgisbinding
package AND a licensed installation of ESRI
ArcGIS Desktop
or ArcGIS Pro
. The arcgisbinding
package can be installed from within ArcGIS Pro
or by following the
instructions at
https://r-arcgis.github.io/assets/arcgisbinding-vignette.html for
ArcGIS Desktop
users.
The specified ArcGIS feature class as an sp
object.
arcgisbinding
https://r-arcgis.github.io/assets/arcgisbinding-vignette.html
The sp2arc
function for saving data back to an ESRI
spatial dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.