Learn R Programming

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

RSQLite (version 0.5-6)

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.4.0) is included.

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

179,862

Version

0.5-6

License

LGPL version 2 or newer

Maintainer

Seth Falcon

Last Published

June 8th, 2025

Functions in RSQLite (0.5-6)

SQLiteObject-class

Class SQLiteObject
dbCommit-methods

DBMS Transaction Management
dbCallProc-methods

Call an SQL stored procedure
dbConnect-methods

Create a connection object to an SQLite DBMS
sqliteSupport

Support Functions
safe.write

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

SQLite implementation of the Database Interface (DBI) classes and drivers
dbSendQuery-methods

Execute a statement on a given database connection
dbGetInfo-methods

Database interface meta-data
SQLiteDriver-class

Class SQLiteDriver
dbObjectId-class

Class dbObjectId
dbSetDataMappings-methods

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

Return an entire column from a SQLite database
fetch-methods

Fetch records from a previously executed query
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
SQLiteResult-class

Class SQLiteResult
S4R

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

Determine the SQL Data Type of an S object
SQLite

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

List items from an SQLite DBMS and from objects
SQLiteConnection-class

Class SQLiteConnection
summary-methods

Summarize an SQLite object
isIdCurrent

Check whether an dbObjectId handle object is valid or not
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string