Displaying 1 result from an estimated 1 matches for "stat2430".
Did you mean:
stat20
2006 Nov 17
3
Mayday ! Needing urgent help about writing results to a file
Hey listmembers,
I am desperately trying to write a data frame to a file. Not in CSV, but as they "appear" on the screen (nice, easy to read tables). I've read that the sink function is the way to go.
I have tried the following code inside a function.
sink("ABC.txt")
MyFrameA
MyFrameB
sink()
It gives the result I need when I use it outside a function, but when I use it