Re: [R] Escape sequence in eval ()

2011-06-16 Thread Jim Holtman
get(a)[[b]][[c]] with b - 2011-01-02 Sent from my iPad On Jun 15, 2011, at 9:58, Franc Lucas franc.lu...@web.de wrote: Hello, I am wondering how to get the quotation marks into a variable expression. I can't escape it with the backslash \ ... Example: I can access my data

Re: [R] Escape sequence in eval ()

2011-06-16 Thread Uwe Ligges
On 15.06.2011 15:58, Franc Lucas wrote: Hello, I am wondering how to get the quotation marks into a variable expression. I can't escape it with the backslash \ ... Example: I can access my data frame via TABLE$2011-01-02$columnD Now I want to do this

[R] Escape sequence in eval ()

2011-06-15 Thread Franc Lucas
Hello, I am wondering how to get the quotation marks into a variable expression. I can't escape it with the backslash \ ... Example: I can access my data frame via TABLE$2011-01-02$columnD Now I want to do this automatically.. (with a for loop).. a - TABLE b -