search for: woodardw001

Displaying 2 results from an estimated 2 matches for "woodardw001".

2000 Nov 22
0
Fw: Session logging in Windows98?
...dows98? Further to W. T. Woodard's query: The natural solution would be to provide a function tee() with the same syntax as sink, whose effect was to divert output to a file but als? let the output appear at the screen. Bendix > -----Original Message----- > From: W. T. Woodard [mailto:woodardw001 at hawaii.rr.com] > Sent: 21. november 2000 23:13 > To: r-help at lists.r-project.org > Subject: [R] Session logging in Windows98? > > > I'd like to log all console I/O for an entire session while maintaining > normal console I/O. I'm working in Windows98, RGui, R1.1.1....
2000 Nov 21
4
Session logging in Windows98?
I'd like to log all console I/O for an entire session while maintaining normal console I/O. I'm working in Windows98, RGui, R1.1.1. The sink() function is not the answer since it diverts output from the console. In the RFAQ I see references to "...save the contents of the interaction buffer to a file..." and in the R-Help Archive "...just save the console output...". I