tabulizer (version 0.2.2)

stop_logging: rJava logging

Description

Toggle verbose rJava logging

Usage

stop_logging()

Arguments

Value

NULL, invisibly.

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().

Examples

Run this code
# NOT RUN {
stop_logging()
# }

Run the code above in your browser using DataLab