You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I've been looking for a way to collect the result "as is" in
reduceResultsExperiments()
. The following function (used infun
) worked for me:The result is a single column
res
that is a list of the unmodified results.How about exporting the default
fun
implementation (e.g., ascollectIdentity
) and also exporting thecollectAsIs
function above? I'll be happy to supply a pull request.The text was updated successfully, but these errors were encountered: