Re: [R] create variable names using paste

2011-11-20 Thread Uwe Ligges
On 20.11.2011 15:32, Alaios wrote: Dear all, I would like based on a variable values, like threshold<- 90 to create variables name that will load data sets For example paste('mystring',threshold,sep="")<-load('myfile') This is a FAQ! You probably want to assign into a list. But if you rea

[R] create variable names using paste

2011-11-20 Thread Alaios
Dear all, I would like based on a variable values, like threshold<- 90 to create variables name that will load data sets For example paste('mystring',threshold,sep="")<-load('myfile') How I can doi something like that in R? B.R Alex [[alternative HTML version deleted]] _