#' Suppress All
#'
#' Combinaison de `suppressMessages` et de `suppressWarnings`.
#'
#' @param expr Code à exécuter
#'
#' @export
suppressAll <- function(expr) return(suppressMessages(suppressWarnings({expr})))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.