#' @importFrom utils citation
.onAttach<-function(libname, pkgname){
cit<-citation(pkgname)
txt<-paste(c(format(cit,"citation")),collapse="\n\n")
packageStartupMessage(txt)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.