vertsummary {rvertnet} | R 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 |
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)
[Package rvertnet version 0.8.4 Index]