db_duck_write_table: Write table to duck db connection

View source: R/duckdb.R

db_duck_write_tableR Documentation

Write table to duck db connection

Description

Write table to duck db connection

Usage

db_duck_write_table(
  con = NULL,
  data = NULL,
  table_name = NULL,
  db_indicies = NULL,
  drop_existing_table = F,
  append_table = TRUE,
  overwrite_table = FALSE,
  row.names = FALSE
)

Arguments

con

a duckdb connection

data

a table name

table_name

table table

db_indicies

if not 'NULL' vector of index statements

drop_existing_table

if 'TRUE' drop a table that exists

append_table

if 'TRUE' appends table

overwrite_table

if 'TRUE' overrites existing table

row.names

if 'TRUE' rownames

Examples


library(asbtools)


abresler/asbtools documentation built on July 28, 2022, 11:04 p.m.