opal.task_cancel | R Documentation |
Tries to cancel a task.
opal.task_cancel(opal, id)
opal |
Opal object. |
id |
Task identifier. |
Other task functions:
opal.task()
,
opal.task_wait()
,
opal.tasks()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.task_cancel(o, '1')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.