### load packages invisible
libinv <- function(packages){
invisible(
lapply(packages, function(x) suppressPackageStartupMessages( require(x, character.only = T, quietly = T)))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.