Hi

It is difficult from your question to derive what you exactly want. For 
reading Excel files there are several ways - see archives. I personally 
select some data in Excel press 
Ctrl-C and then in R 
read.delim("clipboard"), however sometimes can be prefered a way through 
saving txt or csv files. Other posibility is to use RODBC - see Data 
Export/Import manual.

If you want to write some data and use it in Excel they shall be in matrix 
or data.frame form and use 
write.table(...., sep="\t", row names= FALSE). The file can be directly 
used by Excel.

Regards

Petr Pikal
[EMAIL PROTECTED]

[EMAIL PROTECTED] napsal dne 05.04.2007 08:55:09:

> hello,
> 
> we are french student, we have problem for export the test on Excel.
> we didn't succed for save and name the test so we can't export it...
> 
> 
> can you help us please
> thanks
> 
> _________________________________________________________________
> 
> mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/
> 
> ______________________________________________
> R-help@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
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to