RJDBC
RJDBC copied to clipboard
R interface to databases using JDBC
RJDBC
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.
Please visit the main RJDBC project page on RForge.net 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 with
install.packages("RJDBC", repos="https://rforge.net")
The RForge.net repository is updated automatically on each commit.
Bug reports
Please use RJDBC GitHub issues page to report bugs.