clgeo_CollectionReport {cleangeo}R Documentation

clgeo_CollectionReport

Description

Function to get a spatial data collection validation report. The function outputs a data.frame binding all geometry validity reports, each one produced by clgeo_GeometryReport

Usage

clgeo_CollectionReport(sp)

Arguments

sp

object extending the Spatial-class as defined in sp

Value

an object of class data.frame with the following columns:

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

See Also

clgeo_GeometryReport

Examples

 require(sf)
 file <- system.file("extdata", "example.shp", package = "cleangeo")
 sf <- sf::st_read(file)
 sp <- as(sf, "Spatial")
 
 report <- clgeo_CollectionReport(sp)


[Package cleangeo version 0.3-1 Index]