writeTableToDB: Write table to database

Description Usage Arguments Value Examples

Description

write a data frame to the database, appending it to an existing sqlite table

Usage

1
writeTableToDB(dbPath, tableName, inboundData)

Arguments

dbPath

Path to the database

tableName

Name of database table to append to

inboundData

Data frame to be appended to table

Value

single Boolean value for matching of column names and types between the input data frame and the target database table

Examples

1
writeTableToDB(dbPath, tableName, inboundData)

adrowe1/drugHunteR documentation built on May 10, 2019, 5:59 a.m.