Description Usage Arguments Value See Also Examples
View source: R/search_scientific.R
Search by scientific name
1 | search_scientific(x, wt = "json", raw = FALSE, ...)
|
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: |
... |
curl options passed on to crul::HttpClient |
a data.frame
1 2 3 4 5 | ## Not run:
search_scientific("Tardigrada")
search_scientific("Quercus douglasii")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.