Arguments$getVerbose | R Documentation |
Coerces to Verbose object.
## 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)
verbose |
A single object. If a |
defaultThreshold |
A |
useNullVerbose |
If |
... |
Passed to the constructor of |
.name |
A |
Returns a Verbose
(or a NullVerbose
) object.
Henrik Bengtsson
For more information see Arguments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.