| as.numeric.english {english} | R Documentation |
This a convenience function that simply removes the S3 class attribute
from and object of class english.
## S3 method for class 'english' as.numeric(x, ...)
x |
An object of class |
... |
Currently unused. |
An object of class numeric.
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.
(x <- english(1:10)) as.numeric(x)