writeDB: Write table to SQLite database

Description Usage Arguments Value See Also

View source: R/oxy-db_basics.R

Description

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

Usage

1
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


MetaDBparse documentation built on May 3, 2021, 5:09 p.m.