Get all the tasks with their status at the time of the request.

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

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tasks(o)
opal.logout(o)
}