[R] read file of EXCEL format
Sean Davis
sdavis2 at mail.nih.gov
Thu Feb 23 14:39:50 CET 2006
http://cran.r-project.org/doc/manuals/R-data.html#Reading-Excel-spreadsheets
On 2/23/06 8:49 AM, "XinMeng" <xmeng at capitalbio.com> wrote:
>
> 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.
Reading the manual is quite helpful for such things:
http://cran.r-project.org/doc/manuals/R-data.html#Reading-Excel-spreadsheets
Sean
More information about the R-help
mailing list