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)
snnu = read_sf(system.file('extdata/snnu.geojson',package = 'sdsfun'))
sf_geometry_type(snnu)
[Package sdsfun version 0.2.0 Index]