Hi,

Is it possible to create new vars in a loop

For instance: 

for (i in 1:11)
var'i' <- assign something

output =
var1
var2
...
var11

Is there a way to combine/join the value of 'i' to the string/char var in de
loop. 

-- 
View this message in context: 
http://www.nabble.com/join-chars-in-loops-tp16895854p16895854.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to