R/onLoad.R

Defines functions onLoad

# Following instructions:
# http://cran.r-project.org/web/packages/helloJavaWorld/vignettes/helloJavaWorld.pdf

.onLoad <- function (libname, pkgname) {
  rJava::.jpackage(pkgname, lib.loc = libname)
}

Try the RSQLServer package in your browser

Any scripts or data that you put into this service are public.

RSQLServer documentation built on June 20, 2017, 9:12 a.m.