R - Library(phonenumber)

I found this library looking through the R-cran repo of modules. Just tried it out and it is very simple, but fun.

  • Thought: It would be interesting to tie the output of this mod to a prog that filters the words through a dictionary.
library(phonenumber)

value <- 316
numberToLetter(value, decreasing = FALSE, qz = 1)

“D1M” “D1N” “D1O” “E1M” “E1N” “E1O” “F1M” “F1N” “F1O”

value <- 5358
numberToLetter(value, decreasing = FALSE, qz = 1)