Cleans and archives the remote Postgres Database

clean_and_archive_db(user = "", password = "")

Arguments

user

Username for the database

password

Password to login for given username

Value

Archives all existing tables (except admin) and deletes them to allow new data to be entered

Details

This is a helper function to clean and archive the database. It first archives all tables and then deletes them.