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 <[EMAIL PROTECTED]>:
>
> 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
>
> ______________________________________________
> [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
>
>
--------------------------------------------------------------------------
Ce message a été envoyé depuis le webmail IMP (Internet Messaging Program)
______________________________________________
[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