Re: [R] Mayday ! Needing urgent help about writing results to a file

2006-11-17 Thread Alain Guillet
Marc, This is an exercise of the lesson STAT2430 at the UCL. Please, do your homework alone Marc Feuerstein a écrit : > 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 tha

Re: [R] Mayday ! Needing urgent help about writing results to a file

2006-11-17 Thread Peter Dalgaard
Marc Feuerstein <[EMAIL PROTECTED]> writes: > 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

Re: [R] Mayday ! Needing urgent help about writing results to a file

2006-11-17 Thread Gavin Simpson
On Fri, 2006-11-17 at 01:39 -0800, Marc Feuerstein wrote: > 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

[R] Mayday ! Needing urgent help about writing results to a file

2006-11-17 Thread Marc Feuerstein
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()