opal.tasks {opalr} | R Documentation |
Get the tasks
Description
Get all the tasks with their status at the time of the request.
Usage
opal.tasks(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
See Also
Other task functions:
opal.task_cancel()
,
opal.task_wait()
,
opal.task()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tasks(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]