| succeeded | R Documentation |
Check if shard_map Succeeded
succeeded(x)
x |
A shard_result object. |
Logical. TRUE if no failures.
result <- shard_map(4L, function(shard) shard$idx[[1L]], workers = 2)
pool_stop()
succeeded(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.