clgeo_SummaryReport: clgeo_SummaryReport

Description Usage Arguments Value Author(s) See Also Examples

View source: R/clgeo_SummaryReport.R

Description

Function to get summary of a spatial data collection report returned by clgeo_CollectionReport

Usage

1

Arguments

report

a report object as returned byclgeo_CollectionReport

Value

an object of class table giving the report summary. The summary gives the counting by value for each of the report columns:

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

See Also

clgeo_CollectionReport

Examples

1
2
3
4
5
6
7
 require(maptools)
 file <- system.file("extdata", "example.shp", package = "cleangeo")
 sp <- readShapePoly(file)
 
 report <- clgeo_CollectionReport(sp)
 clgeo_SummaryReport(report)
 

cleangeo documentation built on April 17, 2021, 5:06 p.m.