RSQLite
SQLite interface for R
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.3.8) is included.
| Author |
David A. James |
| Maintainer |
Seth Falcon |
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("RSQLite")
Vignettes (Documentation)
|
Package Downloads
|
|
|
|
Details
| biocViews |
|
| Depends |
R, methods, DBI |
| Suggests |
|
| Imports |
methods, DBI |
| SystemRequirements |
|
| License |
LGPL version 2 or newer |
| URL |
|
| dependsOnMe |
|
| suggestsMe |
|