Greg Snow-2 wrote:
> 
> ....
>> write.table(my.data, 'clipboard', sep="\t")
> 
> Then in Excel just do a paste and the data is there, this saves a couple
> of steps from saving as a .csv file and importing that into excel.  This
> would probably be fine for a few tables.
> 
> ....
> 

Just to inform: 

if you use write.table(my.data,'whateverfile.xls',sep="\t", quote=FALSE),
you can open this file right from the windows explorer as a normal excel
file.
If you're already running excel and choose file>open, you will get a dialog
box, where you have to click complete or OK.


Bart

-- 
View this message in context: 
http://www.nabble.com/Transfer-Crosstable-to-Word-Document-tp15504150p15586769.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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