purge_db | R Documentation |
purge_db
drops the events table in the database. For a complete rebuild
it is usually quicker to remove the database file itself with remove_db
,
but this will also delete any user-created tables.
purge_db(db_path = NULL)
remove_db(db_path, directory = FALSE)
db_path |
Path to SQLite database |
directory |
Should the directory be removed also? This will delete any other files that are in it. |
purge_data_files()
, burn_it_down()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.