| print.english {english} | R Documentation |
Provides a print method for objects of class english.
## S3 method for class 'english' print(x, ...)
x |
An object of class |
... |
Additional arguments to be passed to the |
Coerces the object to character and prints it.
The original object, invisibly.
John Fox and Bill Venables
See original note by John Fox in the Programmers Niche section of https://cran.r-project.org/doc/Rnews/Rnews_2005-1.pdf.
print(english(1:10))