R/expdb_db.R
dbAppendTable.Rd
Append a table into db and check the column name
dbAppendTable(con, table, data)
A connection object as produced by dbConnect
The target table name
A data frame to write into table