Gabor,

> > : Is there some clever way of pasting results from R into Excel or 

> > Try this:
> > 
> >    data(iris)   # get a test data frame
> >    require(R2HTML)
> >    HTML( iris, file("clipboard","w"), append=F )   

This worked exactly as I was hoping.

Many thanks,

Graham

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to