![[Experimental]](figures/lifecycle-experimental.svg)
This function extracts polygons from a geometry collection, dissolving them into
multipolygons.
extract_polygons(sf_data)
Arguments
sf_data |
The spatial data frame as a sf spatial object, containing geometry collections. |
Value
The spatial data frame as a sf spatial object, containing extracted multipolygons.
Examples
if (FALSE) {
extract_polygons(uk_ireland_base_map)
}