Learn R Programming

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

RSQLite (version 0.6-7)

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

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

173,841

Version

0.6-7

License

LGPL (>= 2)

Maintainer

Seth Falcon

Last Published

June 8th, 2025

Functions in RSQLite (0.6-7)

sqliteSupport

Support Functions
dbObjectId-class

Class dbObjectId
SQLiteResult-class

Class SQLiteResult
dbCallProc-methods

Call an SQL stored procedure
isIdCurrent

Check whether an dbObjectId handle object is valid or not
sqliteQuickColumn

Return an entire column from a SQLite database
SQLiteObject-class

Class SQLiteObject
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
safe.write

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

Create a connection object to an SQLite DBMS
dbSetDataMappings-methods

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

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

Execute a SQL statement on a database connection
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
make.db.names-methods

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

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

Fetch records from a previously executed query
SQLite

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

Database interface meta-data
SQLiteDriver-class

Class SQLiteDriver
summary-methods

Summarize an SQLite object
dbDataType-methods

Determine the SQL Data Type of an S object
SQLiteConnection-class

Class SQLiteConnection
dbListTables-methods

List items from an SQLite DBMS and from objects
dbCommit-methods

DBMS Transaction Management