clean_and_archive_db.RdCleans and archives the remote Postgres Database
clean_and_archive_db(user = "", password = "")Archives all existing tables (except admin) and deletes them to allow new data to be entered
This is a helper function to clean and archive the database. It first archives all tables and then deletes them.