Skip to content
Prev 75877 / 398502 Next

Handling of tables in R

Le 19.08.2005 11:22, Anne a ??crit :
Hello,

And if you run R on windows (just a guess because you didn't tell), the 
saving-to-a-file part is not necessary. use :
R> write.table(your.data.frame, file='clipboard')
and on excel "paste", your data should magically appear on excel ...

Romain