.onAttach <- function(libname, pkgname) {
packageStartupMessage(
paste0("relabelKL version ", "0.0.1")
)
}
.onUnload <- function (libpath) {
library.dynam.unload("relabelKL", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.