msg <- function(...) {
if (!isTRUE(getOption("poispkgs.quiet"))) {
packageStartupMessage(...)
}
}
is_attached <- function(pkg) {
paste0("package:", pkg) %in% search()
}
pkg_list_to_attach <- function() {
pkg_list
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.