optimize_db | R Documentation |
Call SQLite's database optimizer and vacuum
optimize_db(db_path, vacuum = TRUE, optimize = TRUE)
db_path |
Path to database file |
vacuum |
Call "VACUUM" command? |
optimize |
Call "PRAGMA optimize"? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.