sf_geometry_type {sdsfun} | R Documentation |
sf object geometry type
Description
Get the geometry type of an sf object
Usage
sf_geometry_type(sfj)
Arguments
sfj |
An |
Value
A lowercase character vector
Examples
library(sf)
gzma = read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
sf_geometry_type(gzma)
[Package sdsfun version 0.4.1 Index]