feature_from_arcpy {arcpy} | R Documentation |
Feature From ArcGIS Object
Description
Convert an ArcGIS object to an sf
object.
Usage
feature_from_arcpy(x, ...)
Arguments
x |
An ArcGIS vector object. |
... |
Reserved for future expansion. |
Value
A sf
object.
[Package arcpy version 0.4-0 Index]