Nothing
#' End_wait: 20
# Demonstrate that errors are handled well
# Base R error
library("not-this-really")
traceback()
# callr errors are saved to `.Last.error`, including a stack trace
library(cli)
callr::r(function() library("another-failure"))
.Last.error
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.