Hello Everybody,
Install the package: install.packages("xlsReadWrite")
Load it: library(xlsReadWrite)
testfile = read.xls("TesFile.xls")
Have Fun!
Kind Regards,
Soare Marcian-Alin
PS: If dont works, then install also the package "xtable", but it should
work without installing it!
2007/4/18, John C Frain <frainj@(protected)>:
>
> To avoid complications, save your file as comma separated and use one
> of the instructions for reading delimited files. If you are using a
> comma as a decimal point you are probably using ; as a separator. If
> this is so use read.csv2. Please see the help files for read.table.
>
> Best Regards
>
> John
>
> On 18/04/07, Schmitt, Corinna <Corinna.Schmitt@(protected):
> > Dear R-experts,
> >
> > It is a quite stupid question but please help me. I am very confuced. I
> > am able to import normal txt ant mat-files to R but unable to import
> > .xls-file
> >
> > I do not understand the online help. Can please anyone send me the
> > corresponding command lines? The .xls-file is attached. In my file we
> > use commas for the decimal format (example: 0,712), changes might be
> > needed.
> >
> > Thanks, Corinna
> >
> >
> > ______________________________________________
> > R-help@(protected)
> > 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.
> >
> >
>
>
> --
> John C Frain
> Trinity College Dublin
> Dublin 2
> Ireland
> www.tcd.ie/Economics/staff/frainj/home.html
> mailto:frainj@(protected)
> mailto:frainj@(protected)
>
> ______________________________________________
> R-help@(protected)
> 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@(protected)
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.