Re: [R] Non-interpreted strings

2006-07-29 Thread Prof Brian Ripley
On Thu, 27 Jul 2006, [EMAIL PROTECTED] wrote: I am new to R, so please forgive me if there is an obvious answer to this question. I have done fairly extensive searching through R docs, google and a few R users and have not found an answer to my question. Is there a way to create a

[R] Non-interpreted strings

2006-07-28 Thread douglas.stave
I am new to R, so please forgive me if there is an obvious answer to this question. I have done fairly extensive searching through R docs, google and a few R users and have not found an answer to my question. Is there a way to create a non-interpreted string object in R? For example, I am using

Re: [R] Non-interpreted strings

2006-07-28 Thread Gabor Grothendieck
Enter this at the console x - scan(what = ) and after pressing the enter after the right paren, do a paste and then press enter twice. On 7/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am new to R, so please forgive me if there is an obvious answer to this question. I have done

Re: [R] Non-interpreted strings

2006-07-28 Thread Gabor Grothendieck
Or even easier, x - scan(clipboard, what = ) at least on Windows. On 7/28/06, Gabor Grothendieck [EMAIL PROTECTED] wrote: Enter this at the console x - scan(what = ) and after pressing the enter after the right paren, do a paste and then press enter twice. On 7/27/06, [EMAIL