R/sqlite_upsert.R
sqlite_upsert.Rd
Updates a table in an sqlite database based on index columns
sqlite_upsert(con, table, data)
DBI connection object
string name of table
data.frame of data to update, rows will be matched on index columns
invisibly