| print.shard_report | R Documentation |
Print a shard_report Object
## S3 method for class 'shard_report'
print(x, ...)
x |
A |
... |
Ignored. |
The input x, invisibly.
res <- shard_map(shards(100, workers = 2), function(s) sum(s$idx), workers = 2)
pool_stop()
rpt <- report(result = res)
print(rpt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.