Beyond sink() [🇷 for BE/BA]
Thanks yjlee168,
for trying to help.
I looked at this code already, I believe it is from StackOverflow. It is an example on how to send stdout to a file, and then how to stop doing that so that messages end up on the console again. What I need is both simultaneously and that's how I am of the impression that
"stdout" is where dos (console) applications, for lack of better terminology, output their stuff. When we open the R GUI or other interface and type a command we are in effect only talking to R's console via a layer of handy windowing which uses stdout and stdin to communicate with R and display to us in a nice windowsy manner what is going on.
If I could save an entire session (with all R's messages) to a file then that would also be great.
for trying to help.

I looked at this code already, I believe it is from StackOverflow. It is an example on how to send stdout to a file, and then how to stop doing that so that messages end up on the console again. What I need is both simultaneously and that's how I am of the impression that
sink()
might not be the solution."stdout" is where dos (console) applications, for lack of better terminology, output their stuff. When we open the R GUI or other interface and type a command we are in effect only talking to R's console via a layer of handy windowing which uses stdout and stdin to communicate with R and display to us in a nice windowsy manner what is going on.
If I could save an entire session (with all R's messages) to a file then that would also be great.

—
Pass or fail!
ElMaestro
Pass or fail!
ElMaestro
Complete thread:
- Beyond sink() - capturing messages to file and stdout ElMaestro 2017-09-01 23:23 [🇷 for BE/BA]
- Beyond sink() - capturing messages to file and stdout yjlee168 2017-09-02 05:20
- Beyond sink()ElMaestro 2017-09-02 08:10
- TeachingDemos? mittyri 2017-09-02 12:51
- Beyond sink()ElMaestro 2017-09-02 08:10
- Beyond sink() - capturing messages to file and stdout yjlee168 2017-09-02 05:20