R/utils_update_insert_delete.R
    db_delete.RdDeletes a document from Checkinout corresponding to df_row
db_delete(cons, collection_name, df_row)
| cons | connection to mongodb  | 
    
|---|---|
| collection_name | the collection to look in  | 
    
| df_row | the dataframe row to telling you which document to delete  |