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

2010-09-18 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.

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

2010-09-17 Thread Nobuaki Michihata
- 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. These really help me. I'm curious about txtStart function of TeachingDemos

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

2010-09-16 Thread Nobuaki Michihata
of commands txt txt txtStop() Thank you for your help! Nobu 2010/9/14 Nobuaki Michihata gha10...@gmail.com: 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 themselves

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

2010-09-14 Thread Nobuaki Michihata
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 gha10...@gmail.com To: r-help@r-project.org, r-help@r-project.org Subject: [R] Can I save my console contents automatically? Message-ID

[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