Re: [R] how to send text output to its own window

2012-03-06 Thread Michael Friendly
On 3/5/2012 6:35 AM, Robert Kinley wrote: platform: R 2.14.2 -Windows XP - Rstudio When I use cat() or print() in a script, the output text is of course mixed up with the lines of the script. I can sink() the output to a textfile and then play the file back at the end of the script,

Re: [R] how to send text output to its own window

2012-03-06 Thread Uwe Ligges
t you can sink() into another file, for example. Uwe Ligges cheers Bob Uwe Ligges 05/03/2012 18:39 To Robert Kinley cc r-help@r-project.org Subject Re: [R] how to send text output to its own window Sounds like a question for the RStudion people? Uwe Ligges On 05

Re: [R] how to send text output to its own window

2012-03-06 Thread Robert Kinley
2012 18:39 To Robert Kinley cc r-help@r-project.org Subject Re: [R] how to send text output to its own window Sounds like a question for the RStudion people? Uwe Ligges On 05.03.2012 12:35, Robert Kinley wrote: > platform: R 2.14.2 -Windows XP - Rstudio > > When I use

Re: [R] how to send text output to its own window

2012-03-05 Thread Uwe Ligges
Sounds like a question for the RStudion people? Uwe Ligges On 05.03.2012 12:35, Robert Kinley wrote: platform: R 2.14.2 -Windows XP - Rstudio When I use cat() or print() in a script, the output text is of course mixed up with the lines of the script. I can sink() the output to

[R] how to send text output to its own window

2012-03-05 Thread Robert Kinley
platform: R 2.14.2 -Windows XP - Rstudio When I use cat() or print() in a script, the output text is of course mixed up with the lines of the script. I can sink() the output to a textfile and then play the file back at the end of the script, but that's not really what I'm after. It