Nothing
# Startup
#' .onAttach start message
#' @param libname defunct
#' @param pkgname defunct
#' @return invisible()
.onAttach <- function(libname, pkgname) {
start_message <- "PAICE 1.0.2\n"
packageStartupMessage(start_message)
invisible()
}
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.