Skip to contents

sqlite_upsert

Usage

sqlite_upsert(table = "jobs", data, con = tessiflow$db)

Arguments

table

string, right now only jobs is valid

data

data.frame of data to update, rows will be matched on flow_name, job_name, and start_time

con

database connection

Value

invisibly