[R] read file of EXCEL format

bady@univ-lyon1.fr bady at univ-lyon1.fr
Thu Feb 23 15:07:38 CET 2006


hi, hi all,

there are several possibilities to import data in Excel format.
you can use the fonctions "odbcConnectExcel","read.xls", ...
(see http://cran.r-project.org/doc/manuals/R-data.html)

require(RODBC)
?odbcConnect

library(gdata)
?read.xls


regards,


P.BADY



Selon XinMeng <xmeng at capitalbio.com>:

>
> Hello sir:
>
> How can I read data file of EXCEL format from disk("d:\\data.XLS" for
> example)?
>
> I can only read data file of .txt format
> read.delim("d:\\data.txt",header=T,as.is=T),but only EXCEL format is
> available at present.
>
>
> Thanks a lot
>
> ______________________________________________
> R-help at 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
>
>




--------------------------------------------------------------------------
Ce message a été envoyé depuis le webmail IMP (Internet Messaging Program)




More information about the R-help mailing list