append_log_timestamp | R Documentation |
Append text to the log file and print to console, including a time duration
append_log_timestamp(s, start_time, type = "progress")
s |
your message as a character string |
start_time |
the start time, generated by Sys.time(), that will be compared to the current Sys.time() |
type |
the type of message, typically "progress". See further append_log() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.