opal.tasks: Get the tasks

View source: R/opal.task.R

opal.tasksR Documentation

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

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tasks(o)
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.