get_packages_loaded <- function(x) {
pkg <- .packages()
pkg[!pkg %in% c("stats", "graphics", "grDevices", "utils", "datasets", "methods", "base")]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.