Description Usage Arguments Value Examples
View source: R/geo-geometry-type.R
Extract feature geometry type
1 2 3 4 5 6 7 8 9 10 11 12 13 | geo_geometry_type(x)
## Default S3 method:
geo_geometry_type(x)
## S3 method for class 'wk_wkt'
geo_geometry_type(x)
## S3 method for class 'wk_wkb'
geo_geometry_type(x)
## S3 method for class 'wk_wksxp'
geo_geometry_type(x)
|
x |
A geometry-like object, or one that can be
coerced to a geometry-like object using |
A character vector with lowercase geometry types
1 | geo_geometry_type("POINT EMPTY")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.