Get the logs of a task by its identifier.
See also
Other tasks functions:
amber.task()
,
amber.tasks()
,
amber.tasks_logs()
Examples
if (FALSE) { # \dontrun{
a <- amber.login("https://amber-demo.obiba.org")
amber.task(a, id = "61e69a22fea2df2f3108b508")
amber.logout(a)
} # }