opalr (version 3.4.1)

opal.task: Get a task

Description

Get the details of a specific task.

Usage

opal.task(opal, id)

Arguments

opal

Opal object.

id

Task identifier.

See Also

Other task functions: opal.task_cancel(), opal.task_wait(), opal.tasks()

Examples

Run this code
if (FALSE) {
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