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)
Path to SQLite database
Should the directory be removed also? This will delete any other files that are in it.