| request_next | R Documentation | 
Request the next page of search results for a kewr results object.
request_next(object) ## S3 method for class 'wcvp_search' request_next(object) ## S3 method for class 'powo_search' request_next(object) ## S3 method for class 'ipni_search' request_next(object) ## S3 method for class 'tol_search' request_next(object)
| object | A kewr search results object. | 
The next page of results as a kewr search object of the same type.
wcvp_search: Request the next page of WCVP search results.
powo_search: Request the next page of POWO search results.
ipni_search: Request the next page of IPNI search results.
tol_search: Request the next page of ToL search results.
r <- search_wcvp("Poa")
request_next(r)
r <- search_powo("Poa")
request_next(r)
r <- search_ipni("Poa")
request_next(r)
r <- search_tol("Poa")
request_next(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.