Description Usage Arguments See Also Examples
Properly closes a database connection. Use this if you are employing multiple connections and/or if you are annoyed by the warnings saying to call dbDisconnect_scrapebot() when finished working with a connection
.
1 |
connection |
A connection object, as retrieved from |
1 2 3 4 5 6 | ## Not run:
connection <- connect('my_db on localhost')
disconnect(connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.