Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

File metadata and controls

35 lines (22 loc) · 1.16 KB

RJDBC

CRAN RForge RJDBC check

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.