Safely disconnects an established database connection using the DBI package.
Examples
if (FALSE) { # \dontrun{
con <- get_wrds_connection()
disconnect_connection(con)
} # }
Safely disconnects an established database connection using the DBI package.
if (FALSE) { # \dontrun{
con <- get_wrds_connection()
disconnect_connection(con)
} # }