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

View source: R/csv_to_sqlite.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 containing POSIXt objects.

x

Data.frame we are reading from.


inbo/inborutils documentation built on Nov. 23, 2023, 4:42 a.m.