dbAppendTable {expDB} | R Documentation |
Append a table into db and check the column name
Description
Append a table into db and check the column name
Usage
dbAppendTable(con, table, data)
Arguments
con |
A connection object as produced by dbConnect |
table |
The target table name |
data |
A data frame to write into table |
[Package expDB version 0.1.0 Index]