Nothing
library("R.methodsS3")
message("TESTING: pkgStartupMessage()...")
msg <- "Hello world!"
pkgStartupMessage(msg)
for (quietly in c(NA, FALSE, TRUE)) {
msg <- sprintf("Hello world! (quietly=%s)", quietly)
pkgStartupMessage(msg, quietly=quietly)
}
message("TESTING: pkgStartupMessage()...DONE")
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.