Nothing
.onAttach <- function(lib, pkg) {
msg <- c(paste0("manydata ", utils::packageVersion("manydata")),
"\nPlease see ",
cli::style_hyperlink("manydata.ch", "http://manydata.ch"),
" for more information.",
"\nType 'citation(\"manydata\")' for citing this R package in publications.")
packageStartupMessage(msg)
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.