Learn R Programming

rvertnet (version 0.3.0)

vertsummary: Summarize a set of records downloaded from VertNet.

Description

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

Usage

vertsummary(input = NULL, verbose = TRUE)

Arguments

input
verbose
Print progress and information messages. Default: TRUE

Value

  • A list of summary statistics

Details

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

Examples

Run this code
recs <- vertsearch("Junco hyemalis")  # get occurrence records
vertsummary(recs)            # summarize occurrence records

vertsummary(vertsearch("Oncorhynchus clarki henshawi"))

Run the code above in your browser using DataLab