Learn R Programming

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

RSQLite (version 0.8-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.21) is included.

Copy Link

Version

Install

install.packages('RSQLite')

Monthly Downloads

179,862

Version

0.8-1

License

LGPL (>= 2)

Maintainer

Seth Falcon

Last Published

January 7th, 2010

Functions in RSQLite (0.8-1)

dbDataType-methods

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

Fetch records from a previously executed query
sqliteCopyDatabase

Copy a SQLite database
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables
safe.write

Write a data.frame avoiding exceeding memory limits
sqliteQuickColumn

Return an entire column from a SQLite database
summary-methods

Summarize an SQLite object
dbDriver-methods

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

Class SQLiteObject
sqliteSupport

Support Functions
make.db.names-methods

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

Check whether an dbObjectId handle object is valid or not
SQLiteDriver-class

Class SQLiteDriver
SQLiteConnection-class

Class SQLiteConnection
dbConnect-methods

Create a connection object to an SQLite DBMS
dbObjectId-class

Class dbObjectId
SQLite

Initialize the SQLite engine for the current R session.
dbSetDataMappings-methods

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

Call an SQL stored procedure
dbCommit-methods

DBMS Transaction Management
S4R

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

Execute a SQL statement on a database connection
dbGetInfo-methods

Database interface meta-data
SQLiteResult-class

Class SQLiteResult
dbListTables-methods

List items from an SQLite DBMS and from objects
dbBuildTableDefinition

Build the SQL CREATE TABLE definition as a string