db_connect: Connect to an existing SQLite database.

Description Usage Arguments

View source: R/sqlite-utils.R

Description

Connect to an existing SQLite database.

Usage

1
db_connect(dbName, message = "", create = FALSE)

Arguments

dbName

Path to an SQLite database.

message

Message to be produced if db does not exist.

create

If TRUE, create the database if it doesn't exist.


gschofl/rmisc documentation built on May 17, 2019, 8:54 a.m.