| print.shard_reduce_result | R Documentation |
Print a shard_reduce_result Object
## S3 method for class 'shard_reduce_result'
print(x, ...)
x |
A |
... |
Further arguments (ignored). |
The input x, invisibly.
res <- shard_reduce(4L, map = function(s) sum(s$idx),
combine = `+`, init = 0, workers = 2)
pool_stop()
print(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.