split_by: Split a geometry along a (multi)linestring.

View source: R/sf.R

split_byR Documentation

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

Value

A simple feature object


rcrisp documentation built on Aug. 8, 2025, 6:42 p.m.