| results | R Documentation |
Extract Results from shard_map
results(x, flatten = TRUE)
x |
A shard_result object. |
flatten |
Logical. Flatten nested results? |
List or vector of results.
result <- shard_map(4L, function(shard) shard$idx[[1L]], workers = 2)
pool_stop()
results(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.