https://github.com/mdsumner/spdplyr
Data Manipulation Verbs for Spatial Classes
https://github.com/mdsumner/spdplyr
Last synced: 3 months ago
JSON representation
Data Manipulation Verbs for Spatial Classes
- Host: GitHub
- URL: https://github.com/mdsumner/spdplyr
- Owner: mdsumner
- Archived: true
- Created: 2016-05-03T12:10:03.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T03:30:04.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:13:39.120Z (6 months ago)
- Language: R
- Homepage: http://mdsumner.github.io/spdplyr/
- Size: 2.55 MB
- Stars: 42
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - mdsumner/spdplyr - Data Manipulation Verbs for Spatial Classes (R)
README
---
output: github_document
---```{r, echo = FALSE,message=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "figure/README-"
)
library(maptools)
library(spdplyr)
```# spdplyr
`spdplyr` provided methods for the `dplyr` verbs for the `Spatial` classes in the `sp` package.
Consider it an old experiment, it is now archived.