View source: R/arc-paginate-req.R
| arc_paginate_req | R Documentation |
Many API endpoints provide common pagination properties. arc_paginate_request() automatically applies pagination to an input request.
arc_paginate_req(req, page_size = 10, max_pages = Inf, .progress = TRUE)
req |
an |
page_size |
a scalar integer between 1 and 100 indicating the number of responses per page. |
max_pages |
the maximum number of pages to fetch. By default fetches all pages. |
.progress |
default |
a list of httr2_response.
arc_base_req()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.