append_log | R Documentation |
This function is called throughout the pipeline to append messages to the log
append_log(s, type = "info", start_time = NULL)
s |
your message as a character string |
type |
the type of message. supported color-coding through logger.default: progress, info, warning, error. For the latter, an R error is thrown after logging! |
start_time |
optionally, provide a start time generated by Sys.time() that should be compared to the current Sys.time() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.