Learn R Programming

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

RSQLite (version 0.2-1)

SQLite interface for R

Description

Database Interface R driver for SQLite This package embeds the SQLite database engine in R.

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

150,030

Version

0.2-1

License

LGPL version 2 or newer

Maintainer

David James

Last Published

May 2nd, 2025

Functions in RSQLite (0.2-1)

metaData

R/S database interface meta-data
methods.SQLite

Support SQLite methods
describe

Describe an object through its meta-data
setDataMappings

Set data mappings between an RDBMS and R/S
getNumRows

Get number of rows/columns of an SQL table
dbManager

Instantiate a database manager
getTable

Convenience functions for Importing/Exporting RDBMS tables into R/S.
make.SQL.names

Make R/S identifiers into legal SQL identifiers.
load

Load/unload the client part of a database interface
isIdCurrent

Check whether a database handle object is valid or not
commit

RDBMS Transaction Management
SQLDataType

Determine the SQL Data Type of an R/S object
S4R

R compatibility with S version 4/Splus5+ support functions
dbExecStatement

Execute an SQL statement on a given database connection
dbConnect

Create a connection to a DBMS
getManager

Get a database manager object from a derived handle
fetch

Fetch records from a previously executed SELECT statement
quickSQL

Quick SQL Execution
isSQLKeyword

Is a name an SQL keyword?
SQLite

Instantiate the SQLite engine from the current R/S session.
callProc

Call an SQL stored procedure
dbApply

Apply R/S functions to remote groups of DBMS rows (experimental)
dbExec

Execute an SQL script on a given database connection
supportObjects

Support objects for RS-DBI