| remove_sqlite_storage | R Documentation |
Closes the SQLite connection and, for file-based databases, deletes the database file. For in-memory databases the data is simply discarded. Storage is reverted to the default in-memory local backend. Errors if no SQLite backend is currently set.
remove_sqlite_storage(gitstats)
gitstats |
A GitStats object. |
A GitStats object (invisibly).
## Not run:
my_gitstats <- create_gitstats() |>
set_sqlite_storage(dbname = "gitstats.sqlite")
remove_sqlite_storage(my_gitstats)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.