R/utils.R
db_append.Rd
This is a helper function that will write a dataframe to a SQL database
db_append(path, tbl, data)
path to SQL database
name of the table in SQL database
the object dataframe that goes into the SQL database