to_arcpy {arcpy}R Documentation

R to/from ArcGIS Object

Description

Convert rasters and features between R and ArcGIS.

Usage

to_arcpy(x, ...)

from_arcpy(x, ...)

Arguments

x

A raster or feature.

...

Reservered for future expansion.

Value

For to_arcpy(), an ArcGIS raster or feature layer. For from_arcpy(), a SpatRaster or sf object.


[Package arcpy version 0.4-0 Index]