R.utils (version 2.12.3)

isVisible.Verbose: Checks if a certain verbose level will be shown or not

Description

Checks if a certain verbose level will be shown or not.

Usage

# S3 method for Verbose
isVisible(this, level=this$defaultLevel, ...)

Value

Returns TRUE, if given level is greater than (not equal to) the current threshold, otherwise FALSE is returned.

Arguments

level

A numeric value to be compared to the threshold.

...

Not used.

Author

Henrik Bengtsson

See Also

*getThreshold() and *setThreshold(). For more information see Verbose.