rowInsert: Add a row to a table in the database.
Description
Add a row to a table in the database.
Usage
rowInsert(conn, table, values)
Value
integer number of affected rows.
Arguments
- conn
database connection object as given by dbConnect
.
- table
character
- values
named list, row to add. Names are database column names. Unspecified columns will get database defaults.