powered by
Search for any match
search_anymatch(x, wt = "json", raw = FALSE, ...)
text or taxonomic serial number (TSN) (character or numeric)
(character) One of "json" or "xml". Required.
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
FALSE
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") # }
Run the code above in your browser using DataLab