Skip to content
/ RJDBC Public
forked from s-u/RJDBC

R interface to databases using JDBC

License

Notifications You must be signed in to change notification settings

bschulth/RJDBC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

R interface to databases using JDBC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 66.6%
  • Shell 17.7%
  • Java 15.7%