Skip to content

write estimates to Excel

3 messages · Rafael Terra, Paul Hiemstra, Hans-Jörg Bibiko

1 day later
#
On 09/17/2011 11:16 PM, Rafael Terra wrote:
Hi,

Saving the file as a comma separated file (csv) should be fine for
reading in Excel. See the write.csv function.

good luck,
Paul
#
On 19 Sep 2011, at 10:49, Paul Hiemstra wrote:

            
An other option is to open your desired object in the "R Data Editor", select the part you want to use in Excel, and then either drag&drop the selection to an Excel sheet or press ?C to copy the data into the clipboard (right-click into the selection gives the context menu for more).

Cheers,
--Hans