sqlite_import: Import a SQLite database table.

Description Usage Arguments Value

View source: R/sqlite.R

Description

Import a SQLite database table.

Usage

1
sqlite_import(path, table = NULL, wait_unlock = TRUE, ...)

Arguments

path

SQLite database path.

table

Name of the table to import as a character.

wait_unlock

Wait until SQLite database is unlocked.

...

Additional arguments passed to DBI::dbReadTable.

Value

A tibble.


stephLH/importr documentation built on April 6, 2020, 7:37 p.m.