can_paginate | R Documentation |
Paginator client
**Methods**
Make a GET request
Possible parameters (not all are allowed in each HTTP verb):
path - URL path, appended to the base URL
query - query terms, as a list
body - body as an R list
encode - one of form, multipart, json, or raw
(x <- can_paginate( by = "query_params", limit_param = "limit", offset_param = "offset", limit = 5000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.