amber.task_logs | R Documentation |
Get the logs of a task by its identifier.
amber.task_logs(amber, id, df = TRUE)
amber |
An Amber object |
id |
Task's identifier |
df |
Return a data.frame (default is TRUE) |
A data.frame (or a named list of raw results when 'df' is FALSE)
Other tasks functions:
amber.task()
,
amber.tasks()
,
amber.tasks_logs()
## Not run:
a <- amber.login("https://amber-demo.obiba.org")
amber.task(a, id = "61e69a22fea2df2f3108b508")
amber.logout(a)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.