powered by
Print a shard_report Object
# S3 method for shard_report print(x, ...)
The input x, invisibly.
x
A shard_report object.
shard_report
Ignored.
# \donttest{ res <- shard_map(shards(100, workers = 2), function(s) sum(s$idx), workers = 2) pool_stop() rpt <- report(result = res) print(rpt) # }
Run the code above in your browser using DataLab