Nothing
## Helpers to extract the condition message only due to instability in
## C level error/warning in displaying the call or not
tce <- function(x) tryCatch(x, error=conditionMessage)
tcw <- function(x) tryCatch(x, warning=conditionMessage)
## writeLines!
wl <- function(x) writeLines(c(x, "\033[m"))
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.