gtoxAppend: Append rows to a table

View source: R/gtoxAppend.R

gtoxAppendR Documentation

Append rows to a table

Description

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

Usage

gtoxAppend(dat, tbl, db)

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

Value

None

Note

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


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.