Get the tasks
Usage
amber.tasks(amber, query = list(), skip = 0, limit = 100, df = TRUE)
See also
Other tasks functions:
amber.task()
,
amber.task_logs()
,
amber.tasks_logs()
Examples
if (FALSE) { # \dontrun{
a <- amber.login("https://amber-demo.obiba.org")
amber.tasks(a, skip = 0, limit = 10)
amber.logout(a)
} # }