sp_demote: Function to drop data slots in geometries.

View source: R/sp_promote.R

sp_demoteR Documentation

Function to drop data slots in geometries.

Description

sp_demote will remove the data slot in geometries.

Usage

sp_demote(sp)

Arguments

sp

Spatial object

Author(s)

Stuart K. Grange

Examples

## Not run: 

# Drop data slot
sp_without_data <- sp_promote(sp_with_data)


## End(Not run)


skgrange/gissr documentation built on June 20, 2024, 12:02 a.m.