Re: [R] String buffer

2008-05-20 Thread Prof Brian Ripley
On Tue, 20 May 2008, Duncan Murdoch wrote: On 5/20/2008 12:58 PM, Applejus wrote: Hello, I have an expression "a" in R that has about 2300 characters and I want to convert it to a string using toString or as.character. The problem is I am only getting the first 500 or so characters when I conv

Re: [R] String buffer

2008-05-20 Thread Duncan Murdoch
On 5/20/2008 12:58 PM, Applejus wrote: Hello, I have an expression "a" in R that has about 2300 characters and I want to convert it to a string using toString or as.character. The problem is I am only getting the first 500 or so characters when I convert it to string. I tried to use substring in

[R] String buffer

2008-05-20 Thread Applejus
Hello, I have an expression "a" in R that has about 2300 characters and I want to convert it to a string using toString or as.character. The problem is I am only getting the first 500 or so characters when I convert it to string. I tried to use substring in order to convert one bunch at a time, b