update_records: Update records from tibble or data frame to database

Description Usage Arguments

Description

Update records from tibble or data frame to database

Usage

1
update_records(conn, table, data, dry_run = FALSE, PK = 1, ...)

Arguments

conn

DB connection object.

table

Table name.

data

Tibble object with the records to be updated in the database.

dry_run

Boolean flag to return the query without running it.

PK

Numeric vector with the indices of the columns to use as primary key.

...

Optional parameters, including a boolean flag to hide status messages (quiet).


special-uor/embsecbio documentation built on Dec. 23, 2021, 4:26 a.m.