stop_logging: rJava logging

View source: R/logging.R

stop_loggingR Documentation

rJava logging

Description

Toggle verbose rJava logging

Usage

stop_logging()

Details

This function turns off the somewhat verbose rJava logging, most of which is uninformative. It is called automatically when tabulapdf is attached via library(), require, etc. To keep logging on, load the package namespace using requireNamespace("tabulapdf") and reference functions in using fully qualified references (e.g., tabulapdf::extract_tables().

Value

NULL, invisibly.

Note

This resets a global Java setting and may affect logging of other rJava operations, requiring a restart of R.

Author(s)

Thomas J. Leeper <thosjleeper@gmail.com>

Examples

## Not run: 
stop_logging()

## End(Not run)

ropensci/tabulizer documentation built on April 15, 2024, 5:52 a.m.