| getVerbose.Arguments {R.utils} | R Documentation |
Coerces to Verbose object.
Arguments$getVerbose(verbose, defaultThreshold=-1, useNullVerbose=TRUE, ..., .name=NULL)
verbose |
A single object. If a Verbose, it is immediately
returned. If a numeric value, it is used as the threshold.
Otherwise the object is coerced to a logical value and if TRUE,
the threshold is defaultThreshold. |
defaultThreshold |
A numeric value for the default threshold, if
verbose was interpreted as a logical value. |
useNullVerbose |
If verbose can be interpreted as FALSE,
return a NullVerbose object if TRUE. |
... |
Passed to the constructor of Verbose. |
.name |
A character string for name used in error messages. |
Returns a Verbose (or a NullVerbose) object.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Arguments.