tcplAppend: Append rows to a table

View source: R/tcplAppend.R

tcplAppendR Documentation

Append rows to a table

Description

tcplAppend takes a data.table (dat) and appends the data.table into a database table.

Usage

tcplAppend(dat, tbl, db, lvl = NULL)

Arguments

dat

data.table, the data to append to a table

tbl

Character of length 1, the table to append to

db

Character of length 1, the database containing tbl

lvl

Usually Integer to indicate what level to auto-increment

Note

This function is not exported and not intended to be used by the user.


tcpl documentation built on Oct. 7, 2023, 1:06 a.m.