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)
tblname
SQLITE table name to append to
Value
Nothing, writes table to SQLITE database