Learn R Programming

amberr (version 1.2.0)

amber.task_logs: Get the logs of a task

Description

Get the logs of a task by its identifier.

Usage

amber.task_logs(amber, id, df = TRUE)

Value

A data.frame (or a named list of raw results when 'df' is FALSE)

Arguments

amber

An Amber object

id

Task's identifier

df

Return a data.frame (default is TRUE)

See Also

Other tasks functions: amber.task(), amber.tasks(), amber.tasks_logs()

Examples

Run this code
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