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
- Host: GitHub
- URL: https://github.com/stscl/arcr
- Owner: stscl
- Created: 2024-06-12T05:50:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T06:13:38.000Z (over 1 year ago)
- Last Synced: 2025-04-06T21:05:05.804Z (10 months ago)
- Topics: arcgis-pro, geoinformatics, r
- Homepage:
- Size: 34.2 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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 
[](https://CRAN.R-project.org/package=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