Learn R Programming

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

RSQLite (version 0.4-20)

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

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

178,166

Version

0.4-20

License

LGPL version 2 or newer

Maintainer

Seth Falcon

Last Published

February 6th, 2026

Functions in RSQLite (0.4-20)

S4R

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

Create a connection object to an SQLite DBMS
isIdCurrent

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

Convenience functions for Importing/Exporting DBMS tables
summary-methods

Summarize an SQLite object
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
SQLite

Instantiate the SQLite engine from the current R session.
dbCallProc-methods

Call an SQL stored procedure
sqliteSupport

Support Functions
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
SQLiteDriver-class

Class SQLiteDriver
dbListTables-methods

List items from an SQLite DBMS and from objects
safe.write

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

Class SQLiteResult
dbDriver-methods

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

Class SQLiteObject
dbObjectId-class

Class dbObjectId
fetch-methods

Fetch records from a previously executed query
sqliteQuickColumn

Return an entire column from a SQLite database
SQLiteConnection-class

Class SQLiteConnection
dbSetDataMappings-methods

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

Database interface meta-data
dbCommit-methods

DBMS Transaction Management
dbSendQuery-methods

Execute a statement on a given database connection
dbDataType-methods

Determine the SQL Data Type of an S object