taxize (version 0.1.5)

getanymatchcount: Get any match count.

Description

Get any match count.

Usage

getanymatchcount(srchkey = NA, ...,
    curl = getCurlHandle())

Arguments

srchkey
text or taxonomic serial number (TSN) (character or numeric)
...
optional additional curl options (debugging tools mostly)
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Value

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

Examples

Run this code
getanymatchcount(202385)
getanymatchcount("dolphin")

Run the code above in your browser using DataCamp Workspace