Description Usage Arguments Functions
clue_query_poll fetches the current status of the job.
clue_query_wait blocks until the job either finishes or fails.
clue_query_download should be called to download the results after
the job is finished.
1 2 3 4 5 6 | clue_query_poll(clue_query, api_key = NULL)
clue_query_wait(clue_query, interval = 60, timeout = 3600,
quiet = FALSE, api_key = NULL)
clue_query_download(clue_query, destination = NULL, api_key = NULL)
|
clue_query |
Job ID or job parameters returned by
|
api_key |
Clue API key. Leave empty if it is saved in |
interval |
Check every x seconds. |
timeout |
Abort waiting after x seconds. |
quiet |
Don't output periodic status updates. |
destination |
Path to download destination. |
clue_query_wait: Wait for query completion
clue_query_download: Download query result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.