#' A function to load some data when the package opens.
#'
#' @export
.onAttach <- function(libname=NULL, pkgname="PrisonR") {
packageStartupMessage("Welcome to PrisonR. Get yo game on.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.