db_append_records: Write new records to a table.

Description Usage Arguments Value Examples

View source: R/db.R

Description

The data frame must have the same fields than the table (previous name = db_write)

Usage

1
db_append_records(database_info, table_name, table_df)

Arguments

table_name

Character - Name of the table

table_df

Dataframe - Must have the same columns than the database table

Value

TRUE if successful

Examples

1
db_append_records(db_con, "taxo", taxo_new_records)

vaulot/dvutils documentation built on Nov. 20, 2021, 11:01 a.m.