Nothing
.onAttach <- function(libname, pkgname) {
txt <- paste0("\nThe 'spdl' package is not meant for interactive work following 'library(spdl)'.\n",
"Rather, just call its functions directly (e.g. 'spdl::info(\"Some message\")')\n",
"without attaching the package.\n")
packageStartupMessage(txt)
}
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.