Learn R Programming

⚠️There's a newer version (2.4.6) of this package.Take me there.

RSQLite (version 0.3-4)

SQLite interface for R

Description

Database Interface R driver for SQLite This package embeds the SQLite database engine in R and provides an interface compliant with the DBI version 0.1-7. The source for the SQLite engine (version 2.8.3) is included here.

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

178,166

Version

0.3-4

License

LGPL version 2 or newer

Maintainer

David James

Last Published

February 6th, 2026

Functions in RSQLite (0.3-4)

SQLiteDriver-class

Class SQLiteDriver
dbDriver-methods

SQLite implementation of the Database Interface (DBI) classes and drivers
dbObjectId-class

Class dbObjectId
SQLiteResult-class

Class SQLiteResult
S4R

R compatibility with S version 4/S-Plus 5+ support functions
fetch-methods

Fetch records from a previously executed query
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
dbCommit-methods

DBMS Transaction Management
SQLiteObject-class

Class SQLiteObject
dbConnect-methods

Create a connection object to an SQLite DBMS
dbGetInfo-methods

Database interface meta-data
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
safe.write

Write a data.frame avoiding exceeding memory limits
dbSendQuery-methods

Execute a statement on a given database connection
SQLiteConnection-class

Class SQLiteConnection
summary-methods

Summarize an SQLite object
dbCallProc-methods

Call an SQL stored procedure
isIdCurrent

Check whether an dbObjectId handle object is valid or not
dbDataType-methods

Determine the SQL Data Type of an S object
sqliteSupport

Support Functions
dbSetDataMappings-methods

Set data mappings between SQLite and R/S-Plus
SQLite

Instantiate the SQLite engine from the current R/S-Plus session.
dbListTables-methods

List items from an SQLite DBMS and from objects