
"DBIDriver"
, directly.
Class "SQLiteObject"
, directly.
Class "DBIObject"
, by class "DBIDriver".
Class "dbObjectId"
, by class "SQLiteObject".DBI.pdf
in the base directory of this package
or SQLiteObject-class
SQLiteDriver-class
SQLiteConnection-class
SQLiteResult-class
drv <- dbDriver("SQLite")
con <- dbConnect(drv, dbname="path/to/dbfile")
Run the code above in your browser using DataLab