NateByers / arcgisapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

R package for accessing the ArcGIS API: https://developers.arcgis.com/rest/.

Installation

Install from GitHub using devtools.

if(!require(devtools)) {
  install.packages("devtools")
}
devtools::install_github("NateByers/arcgisapi")

library(arcgisapi)

About


Languages

Language:R 100.0%