newline.Verbose
From R.utils v1.5.8
by Henrik Bengtsson
Writes one or several empty lines
Writes one or several empty lines.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'Verbose':
newline(this, n=1, ..., level=this$defaultLevel)
Arguments
- n
- The number of empty lines to write.
- ...
- Not used.
- 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.