Learn R Programming

shard (version 0.1.0)

print.shard_health_report: Print a shard_health_report Object

Description

Print a shard_health_report Object

Usage

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

Value

The input x, invisibly.

Arguments

x

A shard_health_report object.

...

Further arguments (ignored).

Examples

Run this code
# \donttest{
p <- pool_create(2)
r <- pool_health_check(p)
print(r)
pool_stop(p)
# }

Run the code above in your browser using DataLab