jobLog | R Documentation |
Add a message to the log for a job. Log messages are saved in either the "summary_" field in the top-level ancestor of the job (for summary messages), or in the job's own "log_" field, for detailed messages.
jobLog(j, msg, summary = FALSE)
j |
the job |
msg |
character vector of messages |
summary |
logical scalar; if TRUE, the message is added to the summary field; otherwise, the default, it is added to the log field. |
invisible(NULL)
The messages in msg
are joined with "\n" and appended to any already existing for this job.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.