Nothing
# Add Start-Up message.
.onAttach <- function(...) {
# nocov start
if (base::isFALSE(getOption("SCpubr.verbose"))){
return()
}
# nocov end
# Print startup message.
package_report(startup = TRUE,
extended = FALSE)
}
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.