print.banner {bannerCommenter} | R Documentation |
Print method for banner objects
Description
As well as printing the comment string in the console window the same text strings are transferred to a clipboard, if possible, ready for pasting into the R script currently being drafted.
Usage
## S3 method for class 'banner'
print(x, ...)
Arguments
x |
A character string vector as procuced by banner() |
... |
Not used |
Value
x
itself, invisibly. A side effect is that x
is transferred to a clipboard
device, if possible
[Package bannerCommenter version 1.0.0 Index]