callr_args_default <- function(callr_function, reporter = NULL) {
if (is.null(callr_function)) {
return(list())
}
out <- list(spinner = !identical(reporter, "summary"))
out[intersect(names(out), names(formals(callr_function)))]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.