powered by
Creates a simple summary of data returned by a VertNet search.
vertsummary(input, verbose = TRUE)
A list of summary statistics
Output from vertsearch, searchbyterm, or spatialsearch. Required.
vertsearch
searchbyterm
spatialsearch
Print progress and information messages. Default: TRUE
vertsummary provides information on the sources, types and extent of data returned by a VertNet search.
vertsummary
if (FALSE) { # get occurrence records recs <- vertsearch("Junco hyemalis", limit = 10) # summarize occurrence records vertsummary(recs) vertsummary(vertsearch("Oncorhynchus clarki henshawi")) }
Run the code above in your browser using DataLab