disconnect_sqlite_db | R Documentation |
Disconnect the sqlite database connection.
disconnect_sqlite_db(con)
con |
The sqlite connection |
TRUE, invisibly
if(FALSE){
download_sqlite_db()
con <- connect_sqlite_db()
disconnect_sqlite_db(con)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.