Learn R Programming

ritis (version 0.5.4)

search_scientific: Search by scientific name

Description

Search by scientific name

Usage

search_scientific(x, wt = "json", raw = FALSE, ...)

Arguments

x
text or taxonomic serial number (TSN) (character or numeric)
wt
(character) One of "json" or "xml". Required.
raw
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
...
Curl options passed on to GET

Value

a data.frame

See Also

search_common

Examples

Run this code
## Not run: 
# search_scientific("Tardigrada")
# search_scientific("Quercus douglasii")
# ## End(Not run)

Run the code above in your browser using DataLab