vertsummary: Summarize a set of records downloaded from VertNet.

View source: R/vertsummary.R

vertsummaryR Documentation

Summarize a set of records downloaded from VertNet.

Description

Creates a simple summary of data returned by a VertNet search.

Usage

vertsummary(input, verbose = TRUE)

Arguments

input

Output from vertsearch, searchbyterm, or spatialsearch. Required.

verbose

Print progress and information messages. Default: TRUE

Details

vertsummary provides information on the sources, types and extent of data returned by a VertNet search.

Value

A list of summary statistics

Examples

## Not run: 
# get occurrence records
recs <- vertsearch("Junco hyemalis", limit = 10)

# summarize occurrence records
vertsummary(recs)

vertsummary(vertsearch("Oncorhynchus clarki henshawi"))

## End(Not run)

ropensci/rvertnet documentation built on April 15, 2024, 5:51 a.m.