echo_info <- function(...) {
if (getOption('keypr.verbose') %||% FALSE)
cli_alert_info(..., .envir = parent.frame())
}
echo_warn <- function(...) {
cli_alert_warning(..., .envir = parent.frame())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.