ruler.Verbose {R.utils} | R Documentation |
Writes a ruler.
## S3 method for class 'Verbose'
ruler(this, char="-", toColumn=this$rightMargin, length=toColumn - this$indentPos,
level=this$defaultLevel, ...)
char |
A |
toColumn |
The column number where the ruler should finish. |
length |
The length of the ruler. |
... |
Not used. |
level |
A |
Returns nothing.
Henrik Bengtsson
For more information see Verbose
.