powered by
Disconnect the database connection.
close_db_connection(db)
No return value, function called to close the connection to the database.
An active database connection
if (FALSE) { db <- connect_online() close_db_connection(db) }
Run the code above in your browser using DataLab