Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-u/RJDBC
R interface to databases using JDBC
https://github.com/s-u/RJDBC
Last synced: 8 days ago
JSON representation
R interface to databases using JDBC
- Host: GitHub
- URL: https://github.com/s-u/RJDBC
- Owner: s-u
- License: other
- Created: 2013-10-31T14:11:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T02:56:37.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:11:49.176Z (4 months ago)
- Language: R
- Size: 176 KB
- Stars: 52
- Watchers: 8
- Forks: 47
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - s-u/RJDBC - R interface to databases using JDBC (R)
README
# RJDBC
[![CRAN](https://rforge.net/do/cransvg/RJDBC)](https://cran.r-project.org/package=RJDBC)
[![RForge](https://rforge.net/do/versvg/RJDBC)](https://RForge.net/RJDBC)
[![RJDBC check](https://github.com/s-u/RJDBC/actions/workflows/check.yml/badge.svg)](https://github.com/s-u/RJDBC/actions/workflows/check.yml)This R package provides access to databases using the
JDBC interface.It is a back-end for the DBI interface in R and thus
consult the DBI documentation for the basics. Modifications specific
to RJDBC are mentioned in its
[R documentation](https://rforge.net/doc/packages/RJDBC/JDBCConnection-methods.html).Please visit the [main RJDBC project page on RForge.net](https://rforge.net/RJDBC) for details.
### Installation
Recommended installation of the CRAN version is via
install.packages("RJDBC")
in R. If you have all tools necessary to build R packages from sources,
you can install the latest development version withinstall.packages("RJDBC", repos="https://rforge.net")
The RForge.net repository is updated automatically on each
commit.### Bug reports
Please use [RJDBC GitHub issues page](https://github.com/s-u/RJDBC/issues) to
report bugs.