append_to_sqlite: Callback function that appends new sections to the SQLite...

View source: R/dbUtils.R

append_to_sqliteR Documentation

Callback function that appends new sections to the SQLite table.

Description

Callback function that appends new sections to the SQLite table.

Usage

append_to_sqlite(con, table_name, date_cols, datetime_cols)

Arguments

con

A valid connection to SQLite database.

table_name

Name of the table to store the data table in the sqlite database.

date_cols

Name of columns containing Date objects

datetime_cols

Name of columns containint POSIXt objects.

x

Data.frame we are reading from.


apoorvalal/LalRUtils documentation built on Sept. 22, 2023, 5:53 p.m.