save_table: Save a table to a database

Description Usage Arguments

View source: R/save_table.R

Description

Save a table to a database

Usage

1
save_table(conn, df, tablename, replace_tbl = F)

Arguments

conn

connection to database

df

df to save

tablename

character string to name the table in database

replace_tbl

boolean to replace or append to the database table named tablename


eauleaf/easydbconn documentation built on Dec. 20, 2021, 3:12 a.m.