Removes from the local database the folder where extracted data are stored
Source:R/cas_reset.R
cas_reset_db_contents_data.Rd
Removes from the local database the folder where extracted data 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()
.