isVisible.Verbose
From R.utils v2.9.1
by Henrik Bengtsson
Checks if a certain verbose level will be shown or not
Checks if a certain verbose level will be shown or not.
- Keywords
- methods, internal, programming
Usage
# S3 method for 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.
See Also
*getThreshold()
and *setThreshold()
.
For more information see Verbose
.
Community examples
Looks like there are no examples yet.