View source: R/utils_messaging.R
| bid_set_quiet | R Documentation |
Convenience function to set the global quiet option for all bidux functions. When quiet mode is enabled, most informational messages are suppressed.
bid_set_quiet(quiet = TRUE)
quiet |
Logical indicating whether to enable quiet mode. When TRUE, most bidux messages are suppressed. |
The previous value of the quiet option (invisibly)
# Enable quiet mode
bid_set_quiet(TRUE)
# Disable quiet mode
bid_set_quiet(FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.