| Outfun | R Documentation |
Create a new output function
Outfun(
fun = function(x, ...) {
x
},
args = list(),
packages = NULL,
level = "replicate",
name = "custom"
)
fun |
function or purrr-style lambda formula, first argument 'x' must be the results |
args |
extra arguments, named list |
packages |
packages that must be loaded to execute the given function, character vector |
level |
where to apply the output function, only 'replicate' is allowed since Campsis v1.9.0 |
name |
name of the output function. Default is 'custom'. |
an output function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.