isVisible.NullVerbose
From R.utils v1.26.2
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 class 'NullVerbose':
isVisible(this, ...)
Arguments
- ...
- Not used.
Value
- Returns always
FALSE
.
See Also
For more information see NullVerbose
.
Community examples
Looks like there are no examples yet.