opalr (version 1.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
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.task(o, '1')
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace