powered by
This a convenience function that simply removes the S3 class attribute from and object of class english.
english
# S3 method for english as.numeric(x, ...)
An object of class english.
Currently unused.
An object of class numeric.
numeric
See original note by John Fox in the Programmers Niche section of https://cran.r-project.org/doc/Rnews/Rnews_2005-1.pdf.
english, as.english.
as.english
# NOT RUN { (x <- english(1:10)) as.numeric(x) # }
Run the code above in your browser using DataLab