rowInsert {editbl} | R Documentation |
Add a row to a table in the database.
Description
Add a row to a table in the database.
Usage
rowInsert(conn, table, values)
Arguments
conn |
database connection object as given by |
table |
character |
values |
named list, row to add. Names are database column names. Unspecified columns will get database defaults. |
Value
integer number of affected rows.
[Package editbl version 1.0.5 Index]