Description Usage Arguments Value See Also Examples
View source: R/search_any_match_paged.R
Search for any matched page
1 2 3 4 5 6 7 8 9 |
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) |
wt |
(character) One of "json" or "xml". Required. |
raw |
(logical) Return raw JSON or XML as character string. Required.
Default: |
... |
curl options passed on to crul::HttpClient |
a data.frame
a data.frame
1 2 3 4 5 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.