taskLog | R Documentation |
Writes the task log for the given task
taskLog(taskId, account = NULL, server = NULL, output = NULL)
taskId |
Task Id |
account , server |
Uniquely identify a remote server with either your
user Use |
output |
Where to write output. Valid values are |
This function works only with shinyapps.io and posit.cloud.
tasks()
## Not run:
# write task log to stdout
taskLog(12345)
# write task log to stderr
taskLog(12345, output="stderr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.