disconnection_connection {tidyfinance} | 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.