.onLoad <- function(libname, pkgname) {
quietly <- getOption('quietly')
options(quietly = T)
suppressPackageStartupMessages(
requireNamespace("dplyr", quietly = TRUE)
)
}
.onUnload <- function(libpath) {
library.dynam.unload("metabCombiner", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.