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

Michael Dewey info at aghmed.fsnet.co.uk
Sun Nov 23 10:31:32 CET 2008


At 13:39 21/11/2008, zuber at hs-heilbronn.de 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] "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.."
>[4] "how are you littele strange tiger..."
>[5] ")()()(UJKJKJIJIJJOO9989////////////"
>[6] "bradortslow, eiwudoiude, kdkdkdk:::idjidji"
>
>I was trying to do things like that:
>
> > for (i in seq(along = wull))
>+ write(wull[i], ("C://Users//zuber//Documents//wull(1).txt"),
>+ append = F)
>
>But what I get is just the last element [6] ("bradortslow, eiwudoiude,
>kdkdkdk:::idjidji") of my variable in just one text-file.
>
>  - I do not know, how to say to R, that it should write:
>
>[1] "Hallo Leute, wie gehts denn euch seid ihr noch alle..." in
>"wull(1).txt"
>
>[2] "Is their anyone how can help me with..." in "wull(2).txt"
>
>[3] "mann, mann, mann... das nervt aber.." in "wull(3).txt"
>
>... an so on till the last element.
>
>
>I hope this is possible and someone can help me.
>
>
>Martin

Michael Dewey
http://www.aghmed.fsnet.co.uk



More information about the R-help mailing list