[R] Re : Seperate timestamp data into date and time

2005-10-17 Thread ssim
Dear R list, I am reading in text file data prepared in Access database by someone. One of the field contains timestamp data, how can I separate the timestamp data into two varaibles: date and time. Can I specify the field is in timestamp format when I first reading in ? My reading in data are

Re: [R] Re : Seperate timestamp data into date and time

2005-10-17 Thread Dirk Eddelbuettel
On 18 October 2005 at 16:32, [EMAIL PROTECTED] wrote: | I am reading in text file data prepared in Access database by someone. One | of the field contains timestamp data, how can I separate the timestamp data | into two varaibles: date and time. Can I specify the field is in timestamp | format