Arguments$getVerbose
From R.utils v1.32.4
by Henrik Bengtsson
Coerces to Verbose object
Coerces to Verbose object.
Usage
## Static method (use this):
## Arguments$getVerbose(verbose, defaultThreshold=-1, useNullVerbose=TRUE, ...,
## .name=NULL)## Don't use the below:
## S3 method for class 'Arguments':
getVerbose(static, verbose, defaultThreshold=-1, useNullVerbose=TRUE, ..., .name=NULL)
Arguments
- verbose
- A single object. If a
Verbose
, it is immediately returned. If anumeric
value, it is used as the threshold. Otherwise the object is coerced to - defaultThreshold
- A
numeric
value for the default threshold, ifverbose
was interpreted as alogical
value. - useNullVerbose
- If
verbose
can be interpreted asFALSE
, return aNullVerbose
object ifTRUE
- ...
- Passed to the constructor of
Verbose
. - .name
- A
character
string for name used in error messages.
Value
- Returns a
Verbose
(or aNullVerbose
) object.
See Also
For more information see Arguments
.
Community examples
Looks like there are no examples yet.