[R] Processing strings

tzygmund mcfarlane tzygmund at googlemail.com
Sun Sep 20 00:40:02 CEST 2009


Hi,

I am unable to do something fairly simple. I have matrices called
Table1,..., Table10. I want to be able to print them using a loop. So
I wrote:
##################
for (i in 1:10){
  disp<-paste("Table", i, sep="")
   eval(parse(text=disp))
}
##################
but this produces no output. Any ideas?




More information about the R-help mailing list