Removes from the local database the table where links to index urls are stored
Source:R/cas_reset.R
cas_reset_db_index_id.Rd
Removes from the local database the table where links to index urls are stored
Arguments
- db_connection
Defaults to NULL. If NULL, uses local SQLite database. If given, must be a connection object or a list with relevant connection settings (see example).
- ask
Logical, defaults to TRUE. If set to FALSE, the relevant table will be deleted without asking for confirmation from the user.
- ...
Passed to
cas_get_db_file()
.