Hi, Directly import from Excel files should be possible using the RODBC package. Yu may want to read the "R data import/export" manual about the RODBC package for further details. Another solution is to save each of your Excel sheets as *.csv file and import the data in R using the read.table command (see ?read.table).
Sebastien Erika Frigo a écrit : > Good morning to everybody, > I have a problem : how can I import excel files in R??? > > thank you very much > > > Dr.sa. Erika Frigo > Università degli Studi di Milano > Facoltà di Medicina Veterinaria > Dipartimento di Scienze e Tecnologie Veterinarie per la Sicurezza Alimentare > (VSA) > > Via Grasselli, 7 > 20137 Milano > Tel. 02/50318515 > Fax 02/50318501 > [[alternative HTML version deleted]] > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help@stat.math.ethz.ch 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. > [[alternative HTML version deleted]]
______________________________________________ R-help@stat.math.ethz.ch 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.