View source: R/process_response.R
process_response | R Documentation |
Wrapper function for common tasks in going from Canvas URL to data.frame. Most
of the heavy lifting is done in paginate
, which finds which pages to
download. This function adds necessary arguments to those pages (e.g. the
authentication token), downloads the content, converts from JSON into
data.frame format, and if there are multiple pages/data.frames, converts it
into one final data.frame if able.
process_response(url, args)
url |
url to query |
args |
query arguments to be passed to |
processed dataframe or list if unable to simplify
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.