search_anymatch: Search for any match

Description Usage Arguments Value See Also Examples

View source: R/search_anymatch.R

Description

Search for any match

Usage

1
search_anymatch(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 crul::HttpClient

Value

a data.frame

See Also

search_any_match_paged

Examples

1
2
3
4
5
6
7
## Not run: 
search_anymatch(x = 202385)
search_anymatch(x = "dolphin")
# no results
search_anymatch(x = "Pisces")

## End(Not run)

ritis documentation built on Feb. 2, 2021, 9:06 a.m.