st_geometry_type {sf} | R Documentation |
Return geometry type of an object
Description
Return geometry type of an object, as a factor
Usage
st_geometry_type(x, by_geometry = TRUE)
Arguments
x |
|
by_geometry |
logical; if |
Value
a factor with the geometry type of each simple feature geometry
in x
, or that of the whole set
[Package sf version 1.0-16 Index]