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