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