This is a helper function that will remove a dataframe from a SQL database
db_remove(path, datasets = NULL, remove_cleaned_data = T)
| path | path to database |
|---|---|
| datasets | which table from the SQL database do you want to remove |
| remove_cleaned_data | boolean remove all datasets that are created through the cleaning script |