View source: R/disconnect_connection.R
disconnection_connection | R Documentation |
This function safely disconnects an established database connection using the DBI package.
disconnection_connection(con)
con |
A database connection object created by DBI::dbConnect or any similar function that establishes a connection to a database. |
A logical value: TRUE
if disconnection was successful, FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.