Learn R Programming

shard (version 0.1.0)

print.shard_result: Print a shard_result Object

Description

Print a shard_result Object

Usage

# S3 method for shard_result
print(x, ...)

Value

The input x, invisibly.

Arguments

x

A shard_result object.

...

Further arguments (ignored).

Examples

Run this code
# \donttest{
result <- shard_map(4L, function(shard) shard$idx, workers = 2)
pool_stop()
print(result)
# }

Run the code above in your browser using DataLab