stop_logging: rJava logging

Description Usage Details Value Note Author(s) Examples

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
2
3
4
## Not run: 
stop_logging()

## End(Not run)

Logiwo/tabulizer documentation built on May 9, 2019, 1:57 a.m.