Aggregate geometries by category
aggregate_geom_categ.RdHelper function called from aggregate_geom.
Arguments
- categ
a character(1). Name of a category in the elements of
data_sf_ls.- data_sf_ls
a list of sf objects. The data in this list is meant to be aggregated using the given
grid.- grid
an sf object (polygons). Grid used to aggregate data.
- grid_id
a character(1). Name of a column in
gridthat identifies each cell ingrid.- funs
a character. Name of aggregation functions.
- ...
parameters passed to funs.