add_records: Add records from tibble or data frame to database

Description Usage Arguments

View source: R/utils-DB.R

Description

Add records from tibble or data frame to database

Usage

1
add_records(conn, table, data, dry_run = FALSE, ...)

Arguments

conn

DB connection object.

table

Table name.

data

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

dry_run

Boolean flag to return the query without running it.

...

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


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