Skip to contents

`points_to_polygon()` is deprecated. Use [summarise_points_by_polygon()] instead.

Usage

points_to_polygon(sf_map, df, oper, crs = 4326, outside_print = FALSE)

Arguments

sf_map

Deprecated. Use polygons instead.

df

Deprecated. Use points instead.

oper

Deprecated expression used to aggregate values.

crs

Coordinate reference system of the point coordinates.

outside_print

Deprecated. Use outside instead.

Value

See [summarise_points_by_polygon()].