| poll_task | R Documentation |
Polls a task, waiting for information about a deployment. If the task has
results, the output will be a modified "Task" object with task$get_data()
available to retrieve the results.
poll_task(task, wait = 1, callback = message)
task |
A Task object |
wait |
The interval to wait between polling |
callback |
A function to be called for each message received. Set to NULL for no callback |
For a simple way to silence messages, set callback = NULL
Task The Task object that was input
Other deployment functions:
bundle_dir(),
bundle_path(),
bundle_static(),
deploy(),
download_bundle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.