[R] creating a sequence of object names

Uwe Ligges ligges at statistik.uni-dortmund.de
Sun Nov 28 18:22:00 CET 2004


John wrote:

> Hello R-users,
> 
> I wanted to generate objects named 'my.ftn1',
> 'my.ftn2', ... , 'my.ftn10', and tried the following
> code without success. How can I do this?
> 
> 
>>for ( i in 1:10 ) {
> 
> + sub(" ", "", paste("my.ftn", i)) <- NULL
> + }
> Error: Target of assignment expands to non-language
> object
> 
> 
> Many thanks.
> 
> John
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Please do as suggested above, read the posting guide!
It suggests to read the FAQs. FAQ 7.21 is what you are looking for: "How 
can I turn a string into a variable?".

Uwe Ligges




More information about the R-help mailing list