sqlite_export: Export a table to a SQLite database.

Description Usage Arguments

View source: R/sqlite.R

Description

Export a table to a SQLite database.

Usage

1
sqlite_export(path, data, table_name = NULL, wait_unlock = TRUE, ...)

Arguments

path

SQLite database path.

data

Data frame to export, unquoted.

table_name

Optional name of the table to export as a character. By default, the name of sqlite database is used.

wait_unlock

Wait until SQLite database is unlocked.

...

Additional arguments to DBI::dbWriteTable.


stephLH/impexp documentation built on April 7, 2020, 9:40 a.m.