# This file contains the extra features for the initial load
# Welcome message
.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste("-----------------------",
" ",
"Welcome to volcano3D!",
" ",
"-----------------------", sep="\n"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.