| log_message | R Documentation |
Core logging function with timestamp and glue support
log_message(level, ..., verbose = TRUE, wrap = TRUE, .envir = parent.frame())
level |
Character string for log level (INFO, OKAY, WARN, EXIT) |
... |
Character strings to log |
verbose |
Logical. Whether to print the message |
wrap |
Logical. Whether to wrap long messages |
.envir |
Environment for glue interpolation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.