powered by
Search for any matched page
search_any_match_paged( x, pagesize = NULL, pagenum = NULL, ascend = NULL, wt = "json", raw = FALSE, ... )
text or taxonomic serial number (TSN) (character or numeric)
An integer containing the page size (numeric)
An integer containing the page number (numeric)
A boolean containing true for ascending sort order or false for descending (logical)
(character) One of "json" or "xml". Required.
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
FALSE
curl options passed on to crul::HttpClient
a data.frame
search_anymatch
# NOT RUN { search_any_match_paged(x=202385, pagesize=100, pagenum=1, ascend=FALSE) search_any_match_paged(x="Zy", pagesize=100, pagenum=1, ascend=FALSE) # }
Run the code above in your browser using DataLab