powered by
Provides a print method for objects of class english.
print
english
# S3 method for english print(x, ...)
An object of class english
Additional arguments to be passed to the print generic function.
The original object, invisibly.
Coerces the object to character and prints it.
See original note by John Fox in the Programmers Niche section of https://cran.r-project.org/doc/Rnews/Rnews_2005-1.pdf.
as.character.english.
as.character.english
# NOT RUN { print(english(1:10)) # }
Run the code above in your browser using DataLab