[R] storing via for (k in 1:100) {}

Stefan Semmeling trittihn at web.de
Sat Mar 18 20:00:21 CET 2006


daer list,

i want to save a result as mentioned above.

for (i in 1:100) {
    a[i] <- write.table(a[i], "C:/.../result"i"")
}

how is the correct way to save the results?

thank you

stefan




More information about the R-help mailing list