overwrite_rows_in_table: Update records in a table

Description Usage Arguments Value

View source: R/write.R

Description

Update records in a table

Usage

1
overwrite_rows_in_table(src, tbl_name, rows, preview = TRUE)

Arguments

src

a dplyr-managed database connection or a MySQLConnection

tbl_name

the name of the table to modify

rows

a data-frame of rows with new data

preview

whether the table-modifying query should be performed or just previewed

Value

TRUE if the query succeeded or if the preview worked without errors.


LearningToTalk/L2TDatabase documentation built on June 24, 2020, 3:45 a.m.