request_next: Request the next page of search results for a kewr results...

View source: R/request-next.R

request_nextR Documentation

Request the next page of search results for a kewr results object.

Description

Request the next page of search results for a kewr results object.

Usage

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)

Arguments

object

A kewr search results object.

Value

The next page of results as a kewr search object of the same type.

Methods (by class)

  • 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.

Examples

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)


barnabywalker/kewr documentation built on July 5, 2022, 5:37 p.m.