Learn R Programming

RSQLite (version 1.0.0)

SQLiteConnection-class: Class SQLiteConnection.

Description

SQLiteConnection objects are usually created by dbConnect

Arguments

Examples

Run this code
# NOT RUN {
con <- dbConnect(SQLite(), dbname = tempfile())
dbDisconnect(con)
# }

Run the code above in your browser using DataLab