Re: [R] Splitting one column value into multiple rows

2011-07-18 Thread peter dalgaard
On Jul 18, 2011, at 06:09 , David Winsemius wrote: PFB What ever that TLA means Just google for it: Postcard from Buster ;-) -- Peter Dalgaard Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk

Re: [R] Splitting one column value into multiple rows

2011-07-18 Thread Berend Hasselman
Peter Dalgaard-2 wrote: On Jul 18, 2011, at 06:09 , David Winsemius wrote: PFB What ever that TLA means Just google for it: Postcard from Buster ;-) offtopic I did and found this gem for PFB Pseudofolliculitis barbae, a medical term for persistent inflammation caused by

Re: [R] Splitting one column value into multiple rows

2011-07-17 Thread Madana_Babu
Hi David, PFB the details of my query. Request your help in getting this resolved. # TESTING is my dataset with almost 40K rows. I am importing this dataset from my local desktop TESTING - read.table(/Users/madana/Desktop/testing.txt, header=FALSE, sep=\t, na.strings=, dec=.,

Re: [R] Splitting one column value into multiple rows

2011-07-17 Thread David Winsemius
On Jul 17, 2011, at 11:27 PM, Madana_Babu wrote: Hi David, PFB the details of my query. Request your help in getting this resolved. # TESTING is my dataset with almost 40K rows. I am importing this dataset from my local desktop TESTING - read.table(/Users/madana/Desktop/testing.txt,

Re: [R] Splitting one column value into multiple rows

2011-07-17 Thread David Winsemius
On Jul 17, 2011, at 11:47 PM, David Winsemius wrote: On Jul 17, 2011, at 11:27 PM, Madana_Babu wrote: Hi David, PFB What ever that TLA means the details of my query. Request your help in getting this resolved. # TESTING is my dataset with almost 40K rows. A small dataset. I am

Re: [R] Splitting one column value into multiple rows

2011-07-15 Thread Madana_Babu
Hi, This is working with when i have few lines and when i give those input lines in R window. But i want to apply this function on a variable which is a part of dataset and the data set is very large in size. Any help in this aspect will really help me a lot. Regards, Madana -- View this

Re: [R] Splitting one column value into multiple rows

2011-07-15 Thread David Winsemius
On Jul 15, 2011, at 6:05 PM, Madana_Babu wrote: Hi, This is working with when i have few lines and when i give those input lines in R window. But i want to apply this function on a variable which is a part of dataset and the data set is very large in size. Any help in this aspect will

[R] Splitting one column value into multiple rows

2011-07-14 Thread Madana_Babu
Hi i have the data in the following format: rent,100,1,common,674 pipe,200,0,usual,864 car,300,1,uncommon,392:jump,700,0,common,664 car,200,1,uncommon,864:snap,900,1,usual,746 stint,600,1,uncommon,257 pull,800,0,usual,594 where as i want the above 6 lines data into 8 lines as below (Spliting row

Re: [R] Splitting one column value into multiple rows

2011-07-14 Thread David Winsemius
On Jul 14, 2011, at 6:47 PM, Madana_Babu wrote: Hi i have the data in the following format: rent,100,1,common,674 pipe,200,0,usual,864 car,300,1,uncommon,392:jump,700,0,common,664 car,200,1,uncommon,864:snap,900,1,usual,746 stint,600,1,uncommon,257 pull,800,0,usual,594 where as i want the