Description Usage Arguments Value Examples
Log messages will only be emitted if the log priority matches or is higher than the priority of your message
1 |
message |
your message to log |
invisibly returns TRUE/FALSE
1 2 3 4 5 6 | ## Not run:
log_info("This is an info message")
Sys.setenv("LOG_LEVEL" = "TRACE")
log_info("This is an info message")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.