| pool_status | R Documentation |
Returns current status of all workers in the pool.
pool_status(pool = NULL)
pool |
A |
A data frame with worker status information.
p <- pool_create(2)
pool_status(p)
pool_stop(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.