extract_polygons: Extract and dissolve polygons from geometry collection

extract_polygonsR Documentation

Extract and dissolve polygons from geometry collection

Description

[Experimental]

This function extracts polygons from a geometry collection, dissolving them into multipolygons.

Usage

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

## Not run: 
extract_polygons(uk_ireland_base_map)

## End(Not run)

gcfrench/store documentation built on May 17, 2024, 5:52 p.m.