Nothing
### welcome message
#' @importFrom utils packageDescription
.onAttach <- function(lib, pkg) {
meta <- utils::packageDescription("christmas")
attachmsg <- paste0("\nThis is christmas ",
meta$Version,
". For details, use:\n",
"> help(package = 'christmas')\n")
packageStartupMessage(attachmsg, domain = NULL, appendLF = TRUE)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.