Learn R Programming

MetaDBparse (version 2.0.0)

writeDB: Write table to SQLite database

Description

Simple wrapper - take data table or data frame and append it to the given table in the given database.

Usage

writeDB(conn, table, tblname)

Arguments

conn

Database connection (from DBI::dbConnect or similar)

table

Data frame or data table

tblname

SQLITE table name to append to

Value

Nothing, writes table to SQLITE database

See Also

dbWriteTable