stop_logging: rJava logging

Description Usage Details Value Note Author(s) Examples

View source: R/logging.R

Description

Toggle verbose rJava logging

Usage

1

Details

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

1

tabulizer documentation built on May 1, 2019, 7:29 p.m.