| print.shard_health_report | R Documentation |
Print a shard_health_report Object
## S3 method for class 'shard_health_report'
print(x, ...)
x |
A |
... |
Further arguments (ignored). |
The input x, invisibly.
p <- pool_create(2)
r <- pool_health_check(p)
print(r)
pool_stop(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.