# Pkg startup message
.onAttach <- function(libname, pkgname) {
message <- c("legalPsych package for calibration statistics")
packageStartupMessage(paste(message, collapse = " "))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.