[R] How to properly use a generated test string as a name?

Erik Iverson eriki at ccbr.umn.edu
Wed Feb 9 20:20:03 CET 2011



Mark Knecht wrote:
> Title asks it all.
> 
> Thanks in advance,
> Mark
> 
> a = 1:5
> b1 = 2:6
> Z = data.frame(a,b1)
> Z
> 
> Z$b1
> 
> count = 1
> 
> MyName = paste("b",count,sep="")
> MyName
> 
> Z$MyName

Z[[MyName]]



More information about the R-help mailing list