spdplyr

Data Manipulation Verbs for the Spatial Classes


License
GPL-3.0

Documentation

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge CRAN RStudio mirror downloads Codecov test coverage

spdplyr

spdplyr provides methods for the dplyr verbs for the Spatial classes in the sp package.

Installation

Install from CRAN:

install.packages("spdplyr")

The development version of spdplyr can be installed directly from Github:

devtools::install_github("mdsumner/spdplyr")

dplyr verbs for Spatial

Apply dplyr verbs to the attribute data of sp objects with dplyr verbs.

See ?dplyr-Spatial for supported verbs.