spdplyr-package: dplyr for sp

spdplyr-packageR Documentation

dplyr for sp

Description

Data Manipulation Verbs for Spatial Classes.

Details

The spdplyr package provides methods for the dplyr verbs.

O. dplyr verbs

filter filter
slice slice
arrange arrange
select select
rename rename
distinct distinct
mutate mutate
transmute transmute
group_by group_by
summarise summarise (or summarize)

I. dplyr-Spatial

dplyr verbs operating directly on Spatial objects The implementation of group_by requires that sp objects are able use the object extending class "data.frame", summarise acts on the attributes in the table according to the expressions use and on the geometry by performing a non-topological union.


mdsumner/spdplyr documentation built on April 21, 2023, 8:07 a.m.