Nothing
is_default <- function(arg,
val=get(arg, envir = parent.frame()),
func="use_workflow"){
def <- eval(formals(get(func))[[arg]])
# message("nm: ",arg)
# message("val: ",val)
# message("def: ",def)
(is.null(def) & is.null(val)) || any(def==val)
}
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.