(This article was first published on is.R(), and kindly contributed to R-bloggers)

Given a random list of words, can you find which has the lowest or highest numerical value when we apply a basic number:letter cipher?
A while back I asked David how he would solve this problem:
http://projecteuler.net/problem=42
Today’s post shows how to take a vector of words, parse them into each of the individual letters comprising the word, and calculate the sum of the value of the word using A=1, B=2, …, Z=26.
Enjoy!
P.S. The code can be modified to find the answer (162) to:
http://projecteuler.net/problem=42
To leave a comment for the author, please follow the link and comment on his blog: is.R().
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).