enter.Verbose
From R.utils v2.10.1
by Henrik Bengtsson
Writes a message and indents the following output
Writes a message and indents the following output.
The output is indented according to *enter()
/*exit()
calls.
- Keywords
- methods, internal, programming
Usage
# S3 method for Verbose
enter(this, ..., indent=this$indentStep, sep="", suffix="...", level=this$defaultLevel)
# S3 method for Verbose
enterf(this, fmtstr, ..., indent=this$indentStep, sep="", suffix="...",
level=this$defaultLevel)
Arguments
- fmtstr
An
sprintf
() format string, which together with...
constructs the message.- ...
- indent
The number of characters to add to the indentation.
- sep
The default separator
character
string.- suffix
A
character
string to be appended to the end of the message.- level
A
numeric
value to be compared to the threshold.
Value
Returns nothing.
See Also
For more information see Verbose
.
Community examples
Looks like there are no examples yet.