taskLog {rsconnect} | R Documentation |
Show task log
Description
Writes the task log for the given task
Usage
taskLog(taskId, account = NULL, server = NULL, output = NULL)
Arguments
taskId |
Task Id |
account , server |
Uniquely identify a remote server with either your
user Use |
output |
Where to write output. Valid values are |
See Also
Examples
## Not run:
# write task log to stdout
taskLog(12345)
# write task log to stderr
taskLog(12345, output="stderr")
## End(Not run)
[Package rsconnect version 1.3.1 Index]