View source: R/query_progress.R
query_progress | R Documentation |
This function queries the progress of asynchronous API operations.
query_progress(canvas, progress_url, attempts = 10)
canvas |
An object containing the Canvas API key and base URL, obtained through the
|
progress_url |
The url where a progress update can be retrieved. |
attempts |
The number of times it is allowed to check progress. |
It performs 10 attempts with a pause of 6 seconds between them.
a message indicating completion and status information about the asynchronous job.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.