View source: R/search_anymatch.R
search_anymatch | R Documentation |
Search for any match
search_anymatch(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
search_any_match_paged
## Not run:
search_anymatch(x = 202385)
search_anymatch(x = "dolphin")
# no results
search_anymatch(x = "Pisces")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.