opal.tasks | R Documentation |
Get all the tasks with their status at the time of the request.
opal.tasks(opal, df = TRUE)
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
Other task functions:
opal.task()
,
opal.task_cancel()
,
opal.task_wait()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tasks(o)
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.