Learn R Programming

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

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

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

198,171

Version

0.7-1

License

LGPL (>= 2)

Maintainer

Seth Falcon

Last Published

May 2nd, 2025

Functions in RSQLite (0.7-1)

dbCallProc-methods

Call an SQL stored procedure
dbSendQuery-methods

Execute a SQL statement on a database connection
SQLiteResult-class

Class SQLiteResult
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string
dbDataType-methods

Determine the SQL Data Type of an S object
dbListTables-methods

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

Class SQLiteObject
summary-methods

Summarize an SQLite object
fetch-methods

Fetch records from a previously executed query
dbSetDataMappings-methods

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

Class SQLiteDriver
dbObjectId-class

Class dbObjectId
dbCommit-methods

DBMS Transaction Management
SQLite

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

Convenience functions for Importing/Exporting DBMS tables
SQLiteConnection-class

Class SQLiteConnection
S4R

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

Create a connection object to an SQLite DBMS
dbGetInfo-methods

Database interface meta-data
isIdCurrent

Check whether an dbObjectId handle object is valid or not
safe.write

Write a data.frame avoiding exceeding memory limits
make.db.names-methods

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

Return an entire column from a SQLite database
sqliteSupport

Support Functions
dbDriver-methods

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