[R] Creating data frames in a loop

Nish nisha.muktewar at gmail.com
Wed May 12 05:01:02 CEST 2010


Hello,

I am new to R and have a question on creating data frames at run time in a
loop. How can I create it? For example, something like the following which
will create 20 dataframes.

for(i in 1:20) {
 ddat_<current value of i> <- data
 other processing...
}
 
Thanks.
-- 
View this message in context: http://r.789695.n4.nabble.com/Creating-data-frames-in-a-loop-tp2195527p2195527.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list