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