| print.shard_result | R Documentation |
Print a shard_result Object
## S3 method for class 'shard_result'
print(x, ...)
x |
A |
... |
Further arguments (ignored). |
The input x, invisibly.
result <- shard_map(4L, function(shard) shard$idx, workers = 2)
pool_stop()
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.