rowInsert | R Documentation |
Add a row to a table in the database.
rowInsert(conn, table, values)
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. |
integer number of affected rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.