purge_db: Purge or delete ICEWS database

View source: R/database.R

purge_dbR Documentation

Purge or delete ICEWS database

Description

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.

Usage

purge_db(db_path = NULL)

remove_db(db_path, directory = FALSE)

Arguments

db_path

Path to SQLite database

directory

Should the directory be removed also? This will delete any other files that are in it.

See Also

purge_data_files(), burn_it_down()


andybega/icews documentation built on July 7, 2023, 1:29 p.m.