View source: R/connection_pool.R
| connection_pool_close | R Documentation |
Closes and removes a connection pool. All connections in the pool are gracefully closed.
connection_pool_close(name, quiet = FALSE)
name |
Character. Name of the connection pool to close |
quiet |
Logical. If TRUE, suppresses messages (default: FALSE) |
Invisibly returns TRUE if pool was closed, FALSE if it didn't exist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.