taxize (version 0.7.9)

getanymatchcount: Get any match count.

Description

Get any match count.

Usage

getanymatchcount(x, ...)

Arguments

x
text or taxonomic serial number (TSN) (character or numeric)
...
optional additional curl options (debugging tools mostly)

Value

An integer containing the number of matches the search will return.

Examples

Run this code
## Not run: 
# library('httr')
# getanymatchcount(202385, config=timeout(3))
# getanymatchcount("dolphin", config=timeout(3))
# ## End(Not run)

Run the code above in your browser using DataLab