print.shard_health_report: Print a shard_health_report Object

View source: R/pool.R

print.shard_health_reportR Documentation

Print a shard_health_report Object

Description

Print a shard_health_report Object

Usage

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

Arguments

x

A shard_health_report object.

...

Further arguments (ignored).

Value

The input x, invisibly.

Examples


p <- pool_create(2)
r <- pool_health_check(p)
print(r)
pool_stop(p)


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