powered by
Check if shard_map Succeeded
succeeded(x)
Logical. TRUE if no failures.
A shard_result object.
# \donttest{ result <- shard_map(4L, function(shard) shard$idx[[1L]], workers = 2) pool_stop() succeeded(result) # }
Run the code above in your browser using DataLab