getVerbose.Arguments: Coerces to Verbose object
Description
Coerces to Verbose object.Usage
Arguments$getVerbose(verbose, defaultThreshold=-1, useNullVerbose=TRUE, ..., .name=NULL)
Arguments
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 defaultThreshold
A numeric value for the default threshold, if
verbose was interpreted as a logical value. ...
Passed to the constructor of Verbose. .name
A character string for name used in error messages. synopsis
getVerbose.Arguments(static, verbose, defaultThreshold=-1, useNullVerbose=TRUE, ..., .name=NULL)