append_rows_to_table: Append rows to a database table

Description Usage Arguments Value

View source: R/write.R

Description

Append rows to a database table

Usage

1
append_rows_to_table(src, tbl_name, rows)

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

Value

TRUE if the update succeeded


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