split_by: Split a geometry along a (multi)linestring.
Description
Split a geometry along a (multi)linestring.
Usage
split_by(geometry, line, boundary = FALSE)
Arguments
- geometry
Geometry to split
- line
Dividing (multi)linestring
- boundary
Whether to return the split boundary instead of the regions