Skip to contents

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(), opal.task_cancel(), opal.task_wait()

Examples

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