print.shard_report: Print a shard_report Object

View source: R/diagnostics.R

print.shard_reportR Documentation

Print a shard_report Object

Description

Print a shard_report Object

Usage

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

Arguments

x

A shard_report object.

...

Ignored.

Value

The input x, invisibly.

Examples


res <- shard_map(shards(100, workers = 2), function(s) sum(s$idx), workers = 2)
pool_stop()
rpt <- report(result = res)
print(rpt)


shard documentation built on April 3, 2026, 9:08 a.m.