clue_query_poll | R Documentation |
Find out status of a job or wait for its completion.
clue_query_poll(clue_query, api_key = NULL) clue_query_status(clue_query, api_key = NULL, from_poll = FALSE) clue_query_wait( clue_query, interval = 60, timeout = 3600, quiet = FALSE, api_key = NULL )
clue_query |
Job ID or job parameters returned by
|
api_key |
Clue API key. Leave empty if it is saved in |
from_poll |
If TRUE, |
interval |
Check every x seconds. |
timeout |
Abort waiting after x seconds. |
quiet |
Don't output periodic status updates. |
List of status codes from Clue.
clue_query_status
: Get job status
clue_query_wait
: Wait for query completion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.