disconnect_db {globaltrends} | 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.
## Not run:
disconnect_db()
## End(Not run)