Re: [R] How to take out the content of character string

2010-03-15 Thread jq81
Thank you all so much for the help! -- View this message in context: http://n4.nabble.com/How-to-take-out-the-content-of-character-string-tp1587004p1592886.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing l

[R] How to take out the content of character string

2010-03-09 Thread jq81
My question is represented by the following example. For example, I have a character string a, which is defined as AA="list(x=1, y=2)" I want to take out the content of AA by using some function, so that I can obtain the following expression automatically. list(x=1, y=2) Does anyone know how