Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getVerbose.Arguments

Coerces to Verbose object


Description

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 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.

Value

Returns a Verbose (or a NullVerbose) object.

Author(s)

Henrik Bengtsson

See Also

For more information see Arguments.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.