st_split: Return a collection of geometries resulting by splitting a geometry
Description
Return a collection of geometries resulting by splitting a geometry
Usage
st_split(x, y)
Arguments
x
object with geometries to be splitted
y
object split with (blade); if y contains more than one feature geometry, the geometries are st_combined
Value
object of the same class as x
Details
st_split is only available if the package was linked against liblwgeom, which is currently not the case for the binary CRAN distributions; see the package source code repository for instructions how to install liblwgeom. The example below shows how to run-time check the availability of liblwgeom.