powered by
Get the logs of a task by its identifier.
amber.task_logs(amber, id, df = TRUE)
A data.frame (or a named list of raw results when 'df' is FALSE)
An Amber object
Task's identifier
Return a data.frame (default is TRUE)
Other tasks functions: amber.task(), amber.tasks(), amber.tasks_logs()
amber.task()
amber.tasks()
amber.tasks_logs()
if (FALSE) { a <- amber.login("https://amber-demo.obiba.org") amber.task(a, id = "61e69a22fea2df2f3108b508") amber.logout(a) }
Run the code above in your browser using DataLab