View source: R/configurations.R
set_log_level | R Documentation |
Set Log Level
set_log_level(level = "DEBUG", confirm = TRUE)
level |
Log level to set, as a string or integer. |
confirm |
Print confirmation message of log level? |
Log levels are as follows: DEBUG: 4 INFO: 3 WARNING: 2 ERROR: 1 NONE: 0
Invisible the previous log level.
## Not run:
set_log_level("DEBUG")
set_log_level("INFO")
set_log_level(4)
set_log_level(3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.