searchbyterm(class = "Aves", state = "California", lim = 10, verbose = FALSE)
Search for _Mustela nigripes_ in the states of _Wyoming_ or _South Dakota_, limit to 20 records, e.g.:
searchbyterm(genus = "Mustela", specificepithet = "nigripes",
state = "(wyoming OR south dakota)", limit = 20, verbose=FALSE)
bigsearch(genus = "ochotona", rf = "pikaRecords", email = "big@search.luv")
spatialsearch(lat = 33.529, lon = -105.694, radius = 2000, limit = 10, verbose = FALSE)
vertsearch(taxon = "aves", state = "california")