print.banner: Print method for banner objects

Description Usage Arguments Value

View source: R/banner.R

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

1
2
## 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


bannerCommenter documentation built on March 23, 2021, 9:06 a.m.