Learn R Programming

taxize (version 0.7.9)

searchforanymatchpaged: Search for any matched page

Description

Search for any matched page

Usage

searchforanymatchpaged(x, pagesize = NULL, pagenum = NULL, ascend = NULL, ...)

Arguments

x
text or taxonomic serial number (TSN) (character or numeric)
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)
...
optional additional curl options (debugging tools mostly)

Examples

Run this code
## Not run: 
# searchforanymatchpaged(x=202385, pagesize=100, pagenum=1, ascend=FALSE)
# searchforanymatchpaged(x="Zy", pagesize=100, pagenum=1, ascend=FALSE)
# ## End(Not run)

Run the code above in your browser using DataLab