
Get the details of a specific task.
opal.task(opal, id)
Opal object.
Task identifier.
Other task functions:
opal.task_cancel()
,
opal.task_wait()
,
opal.tasks()
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.task(o, '1')
opal.logout(o)
# }
Run the code above in your browser using DataLab