Description Usage Arguments Value
View source: R/geo-boundary-to-sf.R
Parse geo boundaries to object of class sf
1 2 3 4 5 6 7  | geo_boundary_to_sf(obj)
## S3 method for class 'matrix'
geo_boundary_to_sf(obj)
## S3 method for class 'list'
geo_boundary_to_sf(obj)
 | 
obj | 
 geo boundary matrix or list of matrices with [lng, lat] pairs as returned from h3_to_geo_boundary or h3_set_to_multi_polygon  | 
object of class sf (geometry type: POLYGON)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.