opalr (version 1.4.1)

opal.tasks: Get the tasks

Description

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

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.tasks(o)
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace