Nothing
glue_err <- function(cnd, arg_name=NULL) {
cli::cli_abort(c("Template is invalid",
x = "Problem with: {.arg {arg_name}}.",
i = "Check that curly braces are doubled if you really want to write a curly brace, e.g. {{{{r}}}}."),
parent = cnd)
}
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.