# Borrowed from `rutils`: github.com/danielvartan/rutils
shush <- function(x, quiet = TRUE) {
if (isTRUE(quiet)) {
suppressMessages(suppressWarnings(x))
} else {
x
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.