| paginate_lazy | R Documentation |
Creates an iterator that fetches pages on demand.
paginate_lazy(fetch_fn, page_size = 100)
fetch_fn |
A function that takes |
page_size |
Number of items per page. Default 100. |
An iterator object with next_page() and has_more() methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.