Re: [R] write every element of a variable into a separate text-file

2008-11-23 Thread Michael Dewey
At 13:39 21/11/2008, [EMAIL PROTECTED] wrote: Hello, what I want to do, is, to write every element of a variable into a separate text-file automatically: I think this may be FAQ 7.34 How can I save the result of each iteration in a loop into a separate file? My Variable: > wull [1] "Hal

Re: [R] write every element of a variable into a separate text-file

2008-11-21 Thread Jagat.K.Sheth
PROTECTED] Sent: Friday, November 21, 2008 7:39 AM To: r-help@r-project.org Subject: [R] write every element of a variable into a separate text-file Hello, what I want to do, is, to write every element of a variable into a separate text-file automatically: My Variable: > wull [1] &quo

Re: [R] write every element of a variable into a separate text-file

2008-11-21 Thread Sarah Goslee
Well, you could read the R Data Import/Export manual. Or you could reread the help for write and figure out what the append argument does. Or you could reread the help for write and notice that it should write out your entire "variable" without requiring a loop. Sarah On Fri, Nov 21, 2008 at 8:39

[R] write every element of a variable into a separate text-file

2008-11-21 Thread zuber
Hello, what I want to do, is, to write every element of a variable into a separate text-file automatically: My Variable: > wull [1] "Hallo Leute, wie gehts denn euch seid ihr noch alle..." [2] "Is their anyone how can help me with..." [3] "mann, mann, mann... das nervt aber.."