Grace Conlon wrote: > > In R, How to read Excel file and access the data item? > Thank you. >
See R's Data Import/Export manual. At once, two solutions spring to mind: a) Export to csv or any other ASCII format and import in R. b) RODBC Uwe Ligges ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
