| paginate_results | R Documentation |
Internal function to handle pagination of large result sets.
paginate_results(data, page = 0, page_size = 20)
data |
List. Full result set. |
page |
Integer. Page number (0-indexed). |
page_size |
Integer. Number of items per page. |
List with paginated data and metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.