pager | R Documentation |
Page through api calls.
pager(Step, Page)
Step |
The step size. Something like 100, 1000, ect. Not 10,000. |
Page |
The page number. |
A string of "&facetLimit=10&facetOffset=1000" to stick on the end of an api call.
## Not run: gbifapi::gbifapi(prefix %+% "&" %+% "datasetKey=" %+% datasetKey %+% "&" %+% pager(Step,Page)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.