The R-ArcGIS Bridge supports working with both ArcGIS Pro as well as ArcGIS location services.
Using ArcGIS location services
The R-ArcGIS Bridge R packages that interact with location services are contained in the metapackage {arcgis}. It contains:
{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}
: geocode addresses and reverse geocode point data{arcgisplaces}
: access rich point-of-interest data from the ArcGIS Places Service
Learn more
- Installing {arcgis}
- Reading Data
- Publishing
- Geocoding
- Places services (POI data)
Get started 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