R/sb_wrappers.R
sb_upsert.Rd
Upsert rows into a table
sb_upsert( table = NULL, data = NULL, conflict_columns = NULL, schema = get_schema() )
The table name
A data frame of rows to upsert
Column(s) to check for conflicts
The schema name
Number of rows affected (invisibly)