isVisible.Verbose | R Documentation |
Checks if a certain verbose level will be shown or not.
## S3 method for class 'Verbose'
isVisible(this, level=this$defaultLevel, ...)
level |
A |
... |
Not used. |
Returns TRUE
, if given level is greater than (not equal to) the current
threshold, otherwise FALSE
is returned.
Henrik Bengtsson
*getThreshold()
and *setThreshold()
.
For more information see Verbose
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.