Nothing
library(pccc)
x <- tryCatch(test_helper(), error = function(e) e)
stopifnot(inherits(x, "error"))
stopifnot(grepl(".test_helper.\ is defunct\\.", x$message))
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.