View source: R/connection_helpers.R
| connection_close_all | R Documentation |
Safely closes all open database connections in the global environment. Useful for cleaning up after interactive sessions or when resetting state.
connection_close_all(force = FALSE, quiet = FALSE)
force |
Logical. If TRUE, closes even invalid connections. Default: FALSE |
quiet |
Logical. If TRUE, suppresses messages. Default: FALSE |
Invisibly returns the number of connections closed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.