R/english2.R
english2.Rd
Convert numeric to string
english2(x, digits = 2)
A numeric
integer indicating the number of decimal places
A character string
english2(45) #> [1] forty-five english2(12.34) #> [1] "twelve point three four"