R.utils (version 1.6.4)

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}(this, level=this$defaultLevel, ...)':
isVisibleundefined

 level{A numeric value to be compared to the threshold.}
  ...{Not used.}

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

 [object Object]

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


internal
methods
programming

Arguments