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

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

2010-09-17 Thread David Winsemius
Michihata Sent: Friday, September 17, 2010 7:03 AM To: r-help Subject: Re: [R] Can I save my console contents automatically? Hello Greg, Thank you for your comment. I had a chance to use Windows GUI R and I found several interesting differences between Mac and Windows GUI R. 1. txtStart() command

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

2010-09-17 Thread Greg Snow
f Nobuaki Michihata > Sent: Friday, September 17, 2010 7:03 AM > To: r-help > Subject: Re: [R] Can I save my console contents automatically? > > Hello Greg, > Thank you for your comment. > I had a chance to use Windows GUI R and I found several interesting > differences b

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-16 Thread Greg Snow
p-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 contents automatically? > > Hello David and Greg, > Thank you for your suggestions

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

2010-09-16 Thread Nobuaki Michihata
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 I save my console cont

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

2010-09-14 Thread Greg Snow
p@r-project.org > Subject: Re: [R] Can I save my console contents automatically? > > Dear All, > I found a following solution from "http://r.789695.n4.nabble.com/";. > However this command can save only the result. > Is there any good solution to save both commands th

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

2010-09-14 Thread David Winsemius
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 I save my console contents automatically? Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Dear All, I'm using R for Mac OS X Coc

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

[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 ___