View source: R/connection_pool.R
| connection_with_pool | R Documentation |
Convenience wrapper for working with connection pools. Gets or creates a pool
and makes it available as pool within the code block.
connection_with_pool(connection_name, code, ...)
connection_name |
Character. Name of the connection in settings.yml |
code |
Expression to evaluate with the pool |
... |
Additional arguments passed to |
The result of evaluating code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.