Description Usage Arguments Examples
View source: R/search_api_funs.r
Paginate Query
1 | paginate_query(query_url, chunksize = 10, limit = 45)
|
query_url |
A query url built by build_gov_query |
chunksize |
number of results to get with each query |
limit |
an upper limit on the total number of results to collect (rounded to chunksize) |
1 2 3 | query_url <- build_gov_query()
paginate_query(query_url = query_url, chunksize = 3, limit = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.