task | R Documentation |
Functions and utilities related to hiplot task
update_task_status(conf)
new_task_step(id, label, func)
run_task_step(id, func)
conf |
Web UI conf. |
id |
task id |
label |
task label |
func |
a function to run |
update_task_status()
: Update task status
new_task_step()
: Create a task to run
run_task_step()
: Run a step of a task #TODO What's the difference from above?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.