Re: [Rd] matching symbols to objects

2011-02-04 Thread Patrick Leyshock
There we go, thank you! On Fri, Feb 4, 2011 at 11:42 AM, Jeff Ryan wrote: > Patrick, > > Take a look at all.vars to start with That will return the vars as > characters, from there you can use get to test/proceed. > > > all.vars(parse.tree) > [1] "x" > > > Best, > Jeff > > On Fri, Feb 4, 2011 a

Re: [Rd] matching symbols to objects

2011-02-04 Thread Patrick Leyshock
There we go, thank you! > On Fri, Feb 4, 2011 at 11:42 AM, Jeff Ryan wrote: > >> Patrick, >> >> Take a look at all.vars to start with That will return the vars as >> characters, from there you can use get to test/proceed. >> >> > all.vars(parse.tree) >> [1] "x" >> >> >> Best, >> Jeff >> >> On F

Re: [Rd] matching symbols to objects

2011-02-04 Thread Jeff Ryan
Patrick, Take a look at all.vars to start with That will return the vars as characters, from there you can use get to test/proceed. > all.vars(parse.tree) [1] "x" Best, Jeff On Fri, Feb 4, 2011 at 1:37 PM, Patrick Leyshock wrote: > Hello, > > I'm trying to access an object, given only its na