detach_packages = function() {
suppressWarnings(
suppressMessages({
invisible(lapply(names(sessionInfo()$loadedOnly), require, character.only = TRUE))
invisible(lapply(paste0('package:', names(sessionInfo()$otherPkgs)), detach, character.only=TRUE, unload=TRUE, force=TRUE))
})
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.