View source: R/database_functions.r
disconnect_db | R Documentation |
The function closes the connection to the database file db/globaltrends_db.sqlite in the working directory.
disconnect_db()
Message that disconnection was successful.
SQLite databases only allow one writer at any instant in time. To run parallel downloads use one database for each download client and merge them once all downloads are complete.
initialize_db()
start_db()
## Not run:
disconnect_db()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.