| print.shard_dispatch_result | R Documentation |
Print a shard_dispatch_result Object
## S3 method for class 'shard_dispatch_result'
print(x, ...)
x |
A |
... |
Further arguments (ignored). |
The input x, invisibly.
pool_create(2)
chunks <- list(list(id = 1L, x = 1), list(id = 2L, x = 2))
result <- dispatch_chunks(chunks, function(chunk) chunk$x, pool = pool_get())
print(result)
pool_stop()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.