db_write_files: Write data files to database table

Description Usage Arguments

View source: R/database.R

Description

Write delimited data files to database table in batches. Data files must have the same headers. If the database file already exists, it will be deleted first.

Usage

1
db_write_files(files, file_db, table_name, batch_size = 1)

Arguments

files

Paths of delimited data files

file_db

Path of database

table_name

Database table name

batch_size

Number of data files to write to database table per batch


rwright88/rwmisc documentation built on Dec. 14, 2019, 5:31 p.m.