R commands to load the data from Gareth James' website

Note: These datasets do not seem to be included in the ISLR package.
Advertising = read.csv("http://www-bcf.usc.edu/~gareth/ISL/Advertising.csv",row.names=1)
credit = read.csv("http://www-bcf.usc.edu/~gareth/ISL/Credit.csv",row.names=1)