diff --git a/man/reduceResultsBatchmark.Rd b/man/reduceResultsBatchmark.Rd index db563a4..d074ff7 100644 --- a/man/reduceResultsBatchmark.Rd +++ b/man/reduceResultsBatchmark.Rd @@ -8,8 +8,8 @@ reduceResultsBatchmark( ids = NULL, store_backends = TRUE, reg = batchtools::getDefaultRegistry(), + fun = NULL, unmarshal = TRUE - fun = NULL ) } \arguments{ @@ -31,11 +31,13 @@ in a future release.} \item{reg}{[\code{\link[batchtools]{Registry}}]\cr Registry. If not explicitly passed, uses the default registry (see \code{\link[batchtools]{setDefaultRegistry}}).} -\item{unmarshal}{\code{\link[mlr3]{Learner}}\cr -Whether to unmarshal the learner.} + \item{fun}{[\code{function}]\cr Function to apply to each result. The result is passed unnamed as first argument. If \code{NULL}, the identity is used. If the function has the formal argument \dQuote{job}, the \code{\link[batchtools]{Job}}/\code{\link[batchtools]{Experiment}} is also passed to the function.} + +\item{unmarshal}{\code{\link[mlr3]{Learner}}\cr +Whether to unmarshal the learner.} } \value{ \link[mlr3:BenchmarkResult]{mlr3::BenchmarkResult}.