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