Nothing
.onAttach <- function(lib, pkg,...){#nocov start
if(interactive()) packageStartupMessage(
paste(
"\n\033[44m\033[37m",
"\nWelcome to usethis2",
"\nMore information, vignettes, and guides are available on the usethis2 package website:",
"\nhttps://tidylab.github.io/usethis2/",
"\n\033[39m\033[49m",
sep="")
)
}#nocov end
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.