Ozlem, three ways of doing this, AFAIK: 1) save Excel data as tab-delimited values in a .txt file and please see ?read.table (you will need to set 'sep="\t"') 2) check the xlsReadWrite package out, very handy! 3) see the R-DCOM server and related software by Bayer and Neuwirth, but this is overkill as their package is much more than a reading interface. It can do that as well, anyway.
Solution 2) is definitely the quickest. Cheers, Giovanni Giovanni Millo Research Dept., Assicurazioni Generali SpA Via Machiavelli 4, 34131 Trieste (Italy) tel. +39 040 671184 fax +39 040 671160 Original message: ------------------------------ Message: 40 Date: Sat, 12 May 2007 23:00:29 +0300 From: "Ozlem Ipekci" <[EMAIL PROTECTED]> Subject: To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain Hello to all, How can I make R read the data from an Excel sheet? thanks, ozlem [[alternative HTML version deleted]] ------------------------------ Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni ...{{dropped}} ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
