I am attempting to follow this easy 2-minute video tutorial on importing an Excel spreadsheet into R as a data frame: http://www.screenr.com/QiN8
I followed each step, i
You can try this sytax:
T<-read.xls("Template.xlsx", perl = "C:\\Perl\\bin\\perl.exe")
I found this solution here
http://cran.r-project.org/web/packages/gdata/INSTALL