« Return to Thread: save the result into a word file

Re: save the result into a word file

by John Kane-2 :: Rate this Message:

Reply to Author | View in Thread


I don't know any direct way.  ?sink perhaps and then load into Word.

You might want to have a look at R2HTML as well.

Alternatively have a look at Sweave for output in pdf or OOo formats.



--- On Thu, 7/2/09, Suyan Tian <stian@...> wrote:

> From: Suyan Tian <stian@...>
> Subject: [R] save the result into a  word file
> To: R-help@...
> Received: Thursday, July 2, 2009, 1:26 PM
> Hi, everyone:
>
> I forget on how to save a result from R as a word document.
> For example, if I run the linear regression and want to save
> the result:
>
> summary(lm(y~x)
>
> in a word file. So I can show it later to my clients. 
> Any idea on how to do this?
>
> Thanks a lot,
>
>
> Suyan
>
> ______________________________________________
> R-help@...
> 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.
>


      __________________________________________________________________
Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share wh
______________________________________________
R-help@... 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.

 « Return to Thread: save the result into a word file