[R] print() to file?

Moshe Olshansky m_olshansky at yahoo.com
Thu Jul 9 09:42:31 CEST 2009


One possibility is to use sink (see ?sink).

--- On Thu, 9/7/09, Steve Jaffe <sjaffe at riskspan.com> wrote:

> From: Steve Jaffe <sjaffe at riskspan.com>
> Subject: [R]  print() to file?
> To: r-help at r-project.org
> Received: Thursday, 9 July, 2009, 5:03 AM
> 
> I'd like to write some objects (eg arrays) to a log file.
> cat() flattens them
> out. I'd like them formatted as in 'print' but print only
> writes to stdout.
> Is there a simple way to achieve this result? 
> 
> Thanks
> 
> -- 
> View this message in context: http://www.nabble.com/print%28%29-to-file--tp24397445p24397445.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at 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.
>




More information about the R-help mailing list