Send data to a database
send_to_db.Rd
send_to_db()
appends each data frame in a list to the corresponding table
in a database.
Arguments
- data
List of dataframes returned by
prep_tables()
.- conn
A database connection object.
- waiter
An optional waiter object to display progress. Default is NULL.