[R] Can I save my console contents automatically?

2010-09-10 Thread Nobuaki Michihata
Dear All, I'm using R for Mac OS X Cocoa GUI R version 2.11.1. I can save contents of my console window by using "command + s", but I would like to do same thing using R commands. My question is can I save the contents automatically by using R editor with some R commands. Thank you. Nobu ___

Re: [R] Can I save my console contents automatically?

2010-09-14 Thread Nobuaki Michihata
t","message"), split=TRUE) # Put commands here # However this method save only the results. sink() Nobu > Message: 33 > Date: Fri, 10 Sep 2010 07:07:37 -0700 > From: Nobuaki Michihata > To: r-help@r-project.org, r-help@r-project.org > Subject: [R] Can

Re: [R] Can I save my console contents automatically?

2010-09-16 Thread Nobuaki Michihata
o end txt> txt> #Top of commands txt> date() [1] "Thu Sep 16 07:16:29 2010" txt> #End of commands txt> txt> txtStop() Thank you for your help! Nobu 2010/9/14 Nobuaki Michihata : > Dear All, > I found a following solution from "http://r.789695.n4.nabble

Re: [R] Can I save my console contents automatically?

2010-09-17 Thread Nobuaki Michihata
t; > >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- >> project.org] On Behalf Of Nobuaki Michihata >> Sent: Thursday, September 16, 2010 8:24 AM >> To: r-help >> Subject: Re: [R] Can I save my console content

Re: [R] Can I save my console contents automatically?

2010-09-17 Thread Nobuaki Michihata
Hello Greg and David, Thank you for your help! I forgot to write about my Mac OS version. System Version: Mac OS X 10.6.4 (10F569) Kernel Version: Darwin 10.4.0 version.string R version 2.11.1 (2010-05-31) I tried three examples. Here are the results. Thank you. *** ex1. comman