dbAppendTable {expDB} | R Documentation |
Append a table into db and check the column name
dbAppendTable(con, table, data)
con |
A connection object as produced by dbConnect |
table |
The target table name |
data |
A data frame to write into table |