rowUpdate | R Documentation |
Update rows in the database.
rowUpdate(conn, table, values, where)
conn |
database connection object as given by |
table |
character |
values |
named list, values to be set. Names are database column names. |
where |
named list, values to filter on. Names are database column names. If NULL no filter is applied. |
integer number of affected rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.