powered by
Print a shard_reduce_result Object
# S3 method for shard_reduce_result print(x, ...)
The input x, invisibly.
x
A shard_reduce_result object.
shard_reduce_result
Further arguments (ignored).
# \donttest{ res <- shard_reduce(4L, map = function(s) sum(s$idx), combine = `+`, init = 0, workers = 2) pool_stop() print(res) # }
Run the code above in your browser using DataLab