[R] Accesing the value

2007-12-28 Thread Shubha Vishwanath Karanth
Hi R, x=A A=5 I need to get the value of A using x only. How do I do this? Thanks in advance, Shubha This e-mail may contain confidential and/or privileged i...{{dropped:13}} __ R-help@r-project.org mailing list

Re: [R] Accesing the value

2007-12-28 Thread Sundar Dorai-Raj
get(x) This is a FAQ: http://cran.cnr.berkeley.edu/doc/FAQ/R-FAQ.html#How-can-I-turn-a-string-into-a-variable_003f --sundar Shubha Vishwanath Karanth said the following on 12/28/2007 8:38 AM: Hi R, x=A A=5 I need to get the value of A using x only. How do I do this?