writeTable.default: Write and append data to the table.

Description Usage Arguments Details Value See Also

View source: R/Database.R

Description

Write and append data to the table.

Usage

1
2
## Default S3 method:
writeTable(obj, DT, tableName)

Arguments

obj

object. One of the four defined database connections.

DT

data.table Dataset ready to save in the database.

tableName

string. Name of table.

Details

Write a data.table to the table in chunks. Chunking the data frame is done for avoiding database queue overflow.

Value

boolean. Result of saving.

See Also

Other Database: disconnect.default, existsTable.default, listTables.default, readAll.default, readSQL.default, readSQLFile.default, sendSQLString.default


ks465/r-utils documentation built on May 23, 2019, 5:07 p.m.