Description Usage Arguments Value Examples
View source: R/make_database.R
This function saves the database you made with make_database to disk
1 | save_database(DB, path)
|
DB |
Object your database is saved in memory to. |
path |
path to where you want the database saved |
An RSQLite database saved to disk
1 2 3 4 | ## Not run:
save_database(DB = DBs, path = "database.sqlite")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.