Re: [R] apparent problems with the textConnection command

2010-05-19 Thread Duncan Murdoch
ame flexibility? Thanking you, Ravi - Original Message From: Mario Valle To: ravi Cc: "r-help@r-project.org" Sent: Wed, 19 May, 2010 10:48:02 Subject: Re: [R] apparent problems with the textConnection command Is not a problem of textConnection. It it how strings work. In them

Re: [R] apparent problems with the textConnection command

2010-05-19 Thread ravi
] apparent problems with the textConnection command Is not a problem of textConnection. It it how strings work. In them \ is the escape character, so you have to enter \\ Hope it helps         mario ravi wrote: > Dear list, > In my experiments in reading in text data, I have obtained some peculi

Re: [R] apparent problems with the textConnection command

2010-05-19 Thread Mario Valle
Is not a problem of textConnection. It it how strings work. In them \ is the escape character, so you have to enter \\ Hope it helps mario ravi wrote: > Dear list, > In my experiments in reading in text data, I have obtained some peculiar > results. I would appreciate any help in