SQLite Interface for R
Class SQLiteConnection (and methods)
Write a local data frame or file to the database
Fetch
A sample sqlite database
Generic for creating a new transaction
dbListResults
Read a database table
Add useful extension functions
Add regular expression operator
isIdCurrent
Make R/S-Plus identifiers into legal SQL identifiers
Deprecated querying tools
Objects exported from other packages
RSQLite version
SQLite transaction management
Connect to an SQLite database
Build the SQL CREATE TABLE definition as a string
Copy a SQLite database
Class SQLiteDriver (and methods)
Return an entire column from a SQLite database
Class SQLiteResult (and methods)
Configure what SQLite should do when the database is locked
Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.
Useful links