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
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
2 matches
Mail list logo