R/sb_wrappers.R
sb_update.Rd
Update rows in a table
sb_update(table = NULL, data = NULL, where = NULL, schema = get_schema())
The table name
A named list of column = value pairs to set
A named list for WHERE clause
The schema name
Number of rows affected (invisibly)