Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'Verbose'
isVisible(this, level=this$defaultLevel, ...)

Arguments

level

A numeric value to be compared to the threshold.

...

Not used.

Value

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

Author(s)

Henrik Bengtsson

See Also

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


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.