The R-ArcGIS Bridge supports working with both ArcGIS Pro as well as ArcGIS location services.
Using ArcGIS location services with {arcgis}
The R-ArcGIS Bridge R packages that interact with location services are contained in the metapackage {arcgis}:
{arcgisutils}
: manages authorization for all location service R packages and other utilities{arcgislayers}
: provides read and write access to layers on ArcGIS Online, Enterprise, and Platform{arcgisgeocode}
: supports geocoding operations including forward, reverse, and bulk geocoding{calcite}
: enables creation of interactive web applications and static HTML using ArcGIS design patterns from the Calcite Design System.{arcgisplaces}
: provides an interface to rich point-of-interest data from the ArcGIS Places Service{arcpbf}
: processes ArcGIS FeatureCollection protocol buffers in R
Learn more
- Installing
{arcgis}
- Reading Data
- Publishing
- Geocoding
- Places services (POI data)
Geoprocessing with {arcgisbinding}
for ArcGIS Pro
The package arcgisbinding enables the use of geoprocessing script tools within ArcGIS Pro. It can even be used to deploy R-based geoprocessing tools on ArcGIS Enterprise.
See the instructions for further details.
Learn more
- Installing
{arcgisbinding}
- Creating geoprocessing tools
- Using geoprocessing services