validateGeomsSf | R Documentation |
Checks for corrupt geometries in an sf
object
and validates them using sf::st_make_valid
validateGeomsSf(sfObj, dim)
sfObj |
is an sf object from the sf package |
dim |
is used for faster caching |
an sf
object with validated geometries. Or
or an error if geometries could not be validated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.