The best way is to save the file as CSV... after you can simply import it with this comand in R:
read.csv(...) ... to know more about the read.csv comand use in R this: ?read.csv. There are other packages to import EXCEL FILES, but the simplest way, its importing this as CSV. 2014-09-09 18:03 GMT-05:00 Gabor Grothendieck <ggrothendi...@gmail.com>: > On Tue, Sep 9, 2014 at 4:48 PM, JAWADI Fredj <fredj.jaw...@france-bs.com> > wrote: > > Hi > > I am a New user of R. > > Please, how to import data from Excel to R? > > Thanks, > > Best regards, > > Fredj, > > > > There are some ways listed here: > > https://web.archive.org/web/20131109195709/http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows&s=excel > > > -- > Statistics & Software Consulting > GKX Group, GKX Associates Inc. > tel: 1-877-GKX-GROUP > email: ggrothendieck at gmail.com > > ______________________________________________ > R-help@r-project.org 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@r-project.org 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.