english (version 1.1-1)

print.english: A print method for objects of cleas english

Description

Provides a print method for objects of class english.

Usage

"print"(x, ...)

Arguments

x
An object of class english
...
Additional arguments to be passed to the print generic function.

Value

The original object, invisibly.

Details

Coerces the object to character and prints it.

References

See original note by John Fox in the Programmers Niche section of https://cran.r-project.org/doc/Rnews/Rnews_2005-1.pdf.

See Also

as.character.english.

Examples

Run this code
print(english(1:10))

Run the code above in your browser using DataCamp Workspace