Nothing
# define some helper functions for the testing suite
tryCatchError <- function(expr, ...) {
tryCatch(expr, ..., error = function(e) {e})
}
tryCatchWarning <- function(expr, ...) {
tryCatch(expr, ..., warning = function(w) {w})
}
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.