taxize (version 0.1.5)

searchforanymatchpaged: Search for any matched page

Description

Search for any matched page

Usage

searchforanymatchpaged(srchkey = NA, pagesize = NA,
    pagenum = NA, ascend = NA, ..., curl = getCurlHandle())

Arguments

pagesize
An integer containing the page size (numeric)
pagenum
An integer containing the page number (numeric)
ascend
A boolean containing true for ascending sort order or false for descending (logical)
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)

Examples

Run this code
searchforanymatchpaged(srchkey=202385, pagesize=100, pagenum=1, ascend=FALSE)
searchforanymatchpaged(srchkey="Zy", pagesize=100, pagenum=1, ascend=FALSE)

Run the code above in your browser using DataLab