blueraleigh/db: An R interface to SQLite

db is an R package providing an interface to the SQLite library and a subset of its API. The package can be used to perform normal database operations but provides additional functionality for creating virtual tables and user-defined SQL functions that invoke R callbacks. It also provides a mechanism for adding documentation to databases in the form of dynamic web pages that can communicate with the database using R's built in HTTP server.

Getting started

Package details

AuthorMichael C. Grundler
MaintainerMichael C. Grundler <mcgrundler@gmail.com>
LicenseGPL-3
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("blueraleigh/db")
blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.