R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  rJava::.jpackage(pkgname, jars = "*", lib.loc = libname)
  rJava::J("java.lang.System")$setProperty("java.awt.headless", "true")
}

Try the tabulapdf package in your browser

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

tabulapdf documentation built on April 4, 2025, 1:29 a.m.