dbWriteTableMatchCol: Write table with matching columns names

View source: R/directDatabaseSave.R

dbWriteTableMatchColR Documentation

Write table with matching columns names

Description

Writes a data.table to a database table like dbWriteTable, but matches to the column names. Column names must be all lowercase in your data.table.

Usage

dbWriteTableMatchCol(conn, name, value, ...)

Arguments

conn

a DBIConnection.

name

A character string specifying a DBMS table name.

value

a data.table to write.


mcneilco/racas documentation built on June 15, 2025, 5:20 a.m.