Skip to contents

Updates a table in an sqlite database based on index columns

Usage

sqlite_upsert(con, table, data)

Arguments

con

DBI connection object

table

string name of table

data

data.frame of data to update, rows will be matched on index columns

Value

invisibly