Function to convert numbers to hyphenated (English) words, e.g. 87 to "eighty-seven"
hyphenateWords.Rd
Function to convert numbers to hyphenated (English) words, e.g. 87 to "eighty-seven"
See also
convertVector2sentence
for another utility function for text, converts vectors to comma (or other symbol), separated clauses, e.g. 1:3 to "1, 2 and 3".
Other text utilities:
convertVector2sentence()