Ruby Script to parse ISBNs listed in R-Project to populate an Amazon
As you probably figured out, I am an Amazon affiliate and have been giving some thought to how to get the best lists of R books available at Amazon. To get the list of ISBNs from R-Project, the following Ruby script did the trick:require 'rubygems'req...
[Read more...]