Nothing
raise_if_arg_present <- function(col_expr) {
if ("arg" %in% names(col_expr)) {
err_msg <- sprintf(
"Error: %s function received unexpected argument.",
cta_fn_name(col_expr$cta)
)
stop(err_msg)
}
}
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.