R/remove_mod_table.R
remove_mod_table.Rd
This function checks if a table exists and, if so, removes it. It provides messages about the outcome.
remove_mod_table(mod_db, table_name)
A database object.
A string specifying the name of the table to remove.
Invisibly returns the database with the removed table.