Re: [R] Converting a list to a data frame or columns at the least

2009-05-26 Thread Glen Sargeant
Farrel Buchinsky-3 wrote: > > I have a column in which dates and times are specified thus > m/d/ HH:MM:SS > Alas, some entries do not include the time and therefore are only > m/d/ > so I used read.csv and specified that the relevant column should be read > as > is and it remained as a

[R] Converting a list to a data frame or columns at the least

2009-05-26 Thread Farrel Buchinsky
I have a column in which dates and times are specified thus m/d/ HH:MM:SS Alas, some entries do not include the time and therefore are only m/d/ so I used read.csv and specified that the relevant column should be read as is and it remained as a character variable. I then split the value on