header.Verbose
From R.utils v1.19.3
by Henrik Bengtsson
Writes a header
Writes a header surrounded by a frame.
The output is indented according to *enter()
/*exit()
calls.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'Verbose':
header(this, ..., char="-", padding=0, prefix=paste(char, paste(rep(" ", max(padding, 1)), collapse = ""), sep = ""), level=this$defaultLevel)
Arguments
Value
- Returns nothing.
See Also
For more information see Verbose
.
Community examples
Looks like there are no examples yet.