Skip to content

reduceResultsExperiments and non-atomic results #12

@krlmlr

Description

@krlmlr

I've been looking for a way to collect the result "as is" in reduceResultsExperiments(). The following function (used in fun) worked for me:

collectAsIs <- function(job, res) {
  list(res = I(list(res)))
}

The result is a single column res that is a list of the unmodified results.

How about exporting the default fun implementation (e.g., as collectIdentity) and also exporting the collectAsIs function above? I'll be happy to supply a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions