paginate | R Documentation |
Follows 'next' links in the Link header to retrieve all pages. Returns a list of all responses.
paginate(initial_response, access_token, showProgress = TRUE)
initial_response |
The initial httr response object from the first GET request. |
access_token |
The Canvas API access token (string). |
showProgress |
Logical; whether to print progress as pages are fetched. Default is TRUE. |
A list of httr response objects, one for each page.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.