powered by
Explodes multipart features into single part
explode(...)
Parameters to be passed to st_cast
Jeffrey S. Evans <jeffrey_evans@tnc.org>
# \donttest{ library(sf) nc <- st_read(system.file("shape/nc.shp", package="sf")) nc <- suppressWarnings(st_cast(nc, "POLYGON")) # }
Run the code above in your browser using DataLab