Learn R Programming

shard (version 0.1.0)

print.shard_report: Print a shard_report Object

Description

Print a shard_report Object

Usage

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

Value

The input x, invisibly.

Arguments

x

A shard_report object.

...

Ignored.

Examples

Run this code
# \donttest{
res <- shard_map(shards(100, workers = 2), function(s) sum(s$idx), workers = 2)
pool_stop()
rpt <- report(result = res)
print(rpt)
# }

Run the code above in your browser using DataLab