close_db_connection | R Documentation |
Disconnect the database connection.
close_db_connection(db)
db |
An active database connection |
No return value, function called to close the connection to the database.
## Not run:
db <- connect_online()
close_db_connection(db)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.