db.save.table: save db table

Description Usage Arguments

View source: R/db.R

Description

DB Helper function to save table

Usage

1
2
db.save.table(dbConnection, dataToSave, tableToSaveTo, overwrite = TRUE,
  append = FALSE, ...)

Arguments

dbConnection

The DB Connection

dataToSave

The data to save

tableToSaveTo

The table to save


quandram/qUtils documentation built on Nov. 5, 2019, 1:58 a.m.