| jobAddOutput | R Documentation |
Adds text output to a background job.
jobAddOutput(job, output, error = FALSE)
job |
The ID of the job that has emitted text. |
output |
The text output emitted by the job. |
error |
Whether the output represents an error. |
Other jobs:
jobAdd(),
jobAddProgress(),
jobGetState(),
jobList(),
jobRemove(),
jobRunScript(),
jobSetProgress(),
jobSetState(),
jobSetStatus()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.