powered by
Print a shard_health_report Object
# S3 method for shard_health_report print(x, ...)
The input x, invisibly.
x
A shard_health_report object.
shard_health_report
Further arguments (ignored).
# \donttest{ p <- pool_create(2) r <- pool_health_check(p) print(r) pool_stop(p) # }
Run the code above in your browser using DataLab