Skip to content
Prev 173776 / 398503 Next

read.xls question

To turn the function avaliable you have to load the library first, to  
do so:

library(xlsReadWrite)
Then you use your command read.xls.
I'm suposing that you already had installed the xlsReadWrite package.

A better alternative to this package is RODBC, which also read excel  
2007 files. Take a look on it at the CRAN web site.

Hope it helps.
Best wishes.

______________
Rodrigo Aluizio

Em 15/03/2009, ?s 00:27, "Mathew, Abraham T" <amathew at ku.edu> escreveu: