check_polygon | R Documentation |
If the provided geometry is a polygon, a point will be generated using sf::st_point_on_surface()
. If a centroid is preferred, a new column can be created that contains the output of sf::st_centroid()
.
check_polygon(geometry)
geometry |
an sfc object |
Point geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.