Learn R Programming

nodbi (version 0.9.0)

src_sqlite: Setup a RSQLite database connection

Description

Setup a RSQLite database connection

Usage

src_sqlite(dbname = ":memory:", ...)

Arguments

dbname

(character) name of database file, defaults to ":memory:" for an in-memory database, see RSQLite::SQLite()

...

additional named parameters passed on to RSQLite::SQLite()

Details

uses RSQLite under the hood

Examples

Run this code
if (FALSE) {
con <- src_sqlite()
print(con)
}

Run the code above in your browser using DataLab