Should be called by the end user if they need a persistent
object, that is not returned to the pool automatically.
When you don't longer need the object, be sure to return it
to the pool using poolReturn(object)
.
1 2 3 4 | poolCheckout(pool)
## S4 method for signature 'Pool'
poolCheckout(pool)
|
pool |
The pool to get the object from. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.