Learn R Programming

nodbi (version 0.3.0)

src_sqlite: Setup a sqlite database connection

Description

Setup a sqlite 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
# NOT RUN {
(con <- src_sqlite())
print(con)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab