Displaying 1 result from an estimated 1 matches for "func_0000166".
2010 Nov 14
6
writing to a file
Hi,
I have a fairly complex object that I have written a print function for.
Thus when I do print(results), the R console shows me a whole bunch of stuff already formatted. What I want to do is to take whatever print(results) shows to console and then put that in a file. I am doing this using the sink command.
However, I am unsure as to how to "unsink". Eg, how do I restore output to