Nothing
tabs_ok <- function(x, y) {
total <- sum(length(x), length(y))
total != 1
}
on_failure(tabs_ok) <- function(call, env) {
paste0("Either do not define either", deparse(call$x), " and ", deparse(call$y), "or define both.")
}
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.