Learn R Programming

taxize (version 0.6.0)

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
library('httr')
getanymatchcount(202385, config=timeout(3))
getanymatchcount("dolphin", config=timeout(3))

Run the code above in your browser using DataLab