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