Create a new output function
Outfun(
fun = function(x, ...) {
x
},
args = list(),
packages = NULL,
level = "scenario"
)
an output function
function or purrr-style lambda formula, first argument 'x' must be the results
extra arguments, named list
packages that must be loaded to execute the given function, character vector
either 'scenario' or 'replicate'. Default is 'scenario'.