options(
crayon.enabled = FALSE,
cli.unicode = FALSE
)
opt <- Sys.getenv("show_error_messages")
if (nzchar(opt)) {
options(show.error.messages = as.logical(opt))
}
rlang::abort("Oh no")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.