| db_close | R Documentation | 
Wrapper around pool::pooClose(): closes an open database (normally opened earlier via eg db_open())
db_close(db, suppressErrors = FALSE)
db | 
 database access 'handle' to be closed  | 
suppressErrors | 
 logical (default = FALSE). For the somewhat unique situation that a database is possibly already closed. This happens eg when working with 'in memory' databases as is possible with SQLite; the closing of this type of database may already have happened when for instance a shiny application closes/shuts down  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.