Learn R Programming

taxize (version 0.5.2)

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
searchforanymatchpaged(202385, pagesize=100, pagenum=1, ascend=FALSE, config=timeout(3))
searchforanymatchpaged("Zy", pagesize=100, pagenum=1, ascend=FALSE, config=timeout(3))

Run the code above in your browser using DataLab