Re: [R] Data with no separator

2006-01-13 Thread Liaw, Andy
Perhaps read.fwf() can be of use... Andy From: Jeffrey T. Steedle I have data in which each row consists of a long string of number, letters, symbols, and blank spaces. I would like to simply scan in strings of length 426, but R takes the spaces that occur in the data as separators. Is

[R] Data with no separator

2006-01-12 Thread Jeffrey T. Steedle
I have data in which each row consists of a long string of number, letters, symbols, and blank spaces. I would like to simply scan in strings of length 426, but R takes the spaces that occur in the data as separators. Is there any way around this? Thanks, Jeff Steedle -- Jeffrey T. Steedle

Re: [R] Data with no separator

2006-01-12 Thread Ted Harding
On 12-Jan-06 Jeffrey T. Steedle wrote: I have data in which each row consists of a long string of number, letters, symbols, and blank spaces. I would like to simply scan in strings of length 426, but R takes the spaces that occur in the data as separators. Is there any way around this?