powered by
Print a shard_result Object
# S3 method for shard_result print(x, ...)
The input x, invisibly.
x
A shard_result object.
shard_result
Further arguments (ignored).
# \donttest{ result <- shard_map(4L, function(shard) shard$idx, workers = 2) pool_stop() print(result) # }
Run the code above in your browser using DataLab