An open API service indexing awesome lists of open source software.

https://github.com/stscl/arcr

Use ArcGIS to work with R
https://github.com/stscl/arcr

arcgis-pro geoinformatics r

Last synced: 9 months ago
JSON representation

Use ArcGIS to work with R

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```

# arcR

[![CRAN](https://www.r-pkg.org/badges/version/arcR)](https://CRAN.R-project.org/package=arcR)
[![r-universe](https://spatlyu.r-universe.dev/badges/arcR)](https://spatlyu.r-universe.dev/arcR)

The goal of **arcR** is to integrate the benefits of *R* and *ArcGIS* with using *ArcGIS* in *R*.

## Installation

You can install the development version of *arcR* from [GitHub](https://github.com/SpatLyu/arcR) with:

``` r
# install.packages("devtools")
devtools::install_github("SpatLyu/arcR",build_vignettes = T,dep = T)
```

## Example