Learn R Programming

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

RSQLite (version 0.3-1)

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-4. The source for the SQLite engine (version 2.7.1) is included here.

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

198,171

Version

0.3-1

License

LGPL version 2 or newer

Maintainer

David James

Last Published

June 8th, 2025

Functions in RSQLite (0.3-1)

SQLiteResult-class

Class SQLiteResult
S4R

R compatibility with S version 4/S-Plus 5+ support functions
SQLiteConnection-class

Class SQLiteConnection
SQLite

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

Check whether an dbObjectId handle object is valid or not
dbObjectId-class

Class dbObjectId
safe.write

Write a data.frame avoiding exceeding memory limits
SQLiteObject-class

Class SQLiteObject
SQLiteDriver-class

Class SQLiteDriver
sqliteSupport

Support Functions