.onAttach <- function(libname, pkgname) {
packageStartupMessage("Loading ",pkgname," from ",libname)
invisible()
}
# .onLoad <- function(libname, pkgname) { }
# .onUnload <- function(libname, pkgname) { }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.