Skip to content
Prev 22280 / 63424 Next

example using R to aggregate data from multiple Excel files

On Thursday 05 October 2006 04:05, bryan rasmussen wrote:
You probably want to write to the R-help list, not the R-devel list.  That 
said, you probably want to look at the dir() command and read.xls() from the 
gdata/gtools/gplots packages (you need to install all three).  Alternatively, 
you can look at using ODBC to connect to the files.

Sean