Description Usage Arguments Value Examples
Get a task info or results
1 2 3 | taskInfo(id, url = getFlowerURL())
taskResult(id, timeout = NULL, url = getFlowerURL())
|
id |
Character: task identifier |
url |
Character: Flower URL |
timeout |
Integer: seconds to wait before operation times out |
Information or results on tasks
1 2 3 | task <- rownames(taskList())[[1]]
taskInfo(task)
taskResult(task)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.