Learn R Programming

nanonext (version 0.4.0)

logging: Logging Level

Description

This function is deprecated.

Usage

logging(level = c("keep", "check", "error", "info"))

Arguments

level

specify a logging level. No longer used.

Value

Invisible NULL. If the function is called with no arguments, the logical code of the logging level is returned instead.

Details

The environment variable 'NANONEXT_LOG' is checked automatically on package load. If the variable is set incorrectly, the default level of 'error' is used instead.