Learn R Programming

RH2 - R package providing DBI/RJDBC interface to h2 Database

Description

DBI/RJDBC interface to h2 database. h2 version 2.3.232 is included.

Maintainer

David M. Kaplan

Installation of latest version via github

The latest development version of RH2 can be installed directly from github using the devtools R package. First that package needs to be installed:

 install.packages("devtools")

Once this is done, one can install the development version with:

 require("devtools")
 install_github("RH2","dmkaplan2000","master")

Replace "master" with another branch, tag or commit to obtain a different version of the package.

Copy Link

Version

Install

install.packages('RH2')

Monthly Downloads

1,414

Version

0.2.5

License

Mozilla Public License 1.1

Issues

Pull Requests

Stars

Forks

Maintainer

David M Kaplan

Last Published

April 11th, 2025

Functions in RH2 (0.2.5)

H2

H2 engine
H2Connection-methods

Methods for the class `H2Connect' in Package `H2'
H2Connection-class

Class "H2Connection"
H2Result-methods

Methods for the class H2Result in Package `H2'
H2Driver-class

Class "H2Driver"
H2Result-class

Class "H2Result"
H2Driver-methods

Methods for the class JDBCDriver in Package `RJDBC'