Learn R Programming

rvertnet (version 0.0-5)

vertsearch: Search for occurrences for a given taxonomic name.

Description

Search for occurrences for a given taxonomic name.

Usage

vertsearch(cl = NULL, sp = NULL, limit = NULL,
    url = "http://canary.vert-net.appspot.com/api/search")

Arguments

cl
Taxonomic search term (character).
sp
State or province (character).
limit
Search return limit (numeric).
url
The VertNet url for the function (should be left to default).

Value

  • Dataframe of search results OR prints "no search match" if no matches.

Examples

Run this code
vertsearch(cl = "aves", sp = "california", limit = 10)

Run the code above in your browser using DataLab