powered by
Writes the task log for the given task
taskLog(taskId, account = NULL, server = NULL, output = NULL)
Task Id
Account name. If a single account is registered on the system then this parameter can be omitted.
Server name. Required only if you use the same account name on multiple servers (see servers())
servers()
Where to write output. Valid values are NULL or stderr
NULL
stderr
tasks()
# NOT RUN { # write task log to stdout taskLog(12345) # write task log to stderr taskLog(12345, output="stderr") # }
Run the code above in your browser using DataLab