R-CMD-check

arcgisutils

arcgisutils is a developer oriented package that provides the basic functions to build R packages that work with ArcGIS Location Services. It provides functionality for authorization, Esri JSON construction and parsing, as well as other utilities pertaining to geometry and Esri type conversions.

Installation

You can install the development version of arcgisutils from GitHub with:

# install.packages("remotes")
remotes::install_github("R-ArcGIS/arcgisutils")