[R] Date-time Conversion from Numeric Representations

2010-12-03 Thread Alexander Salim
Hi all, I have a dataset called ,dataSet1'. The time column is given in a numeric code beginning with the year and ending with the minutes. Frist I tried the strptime() function to solve the problem. It gave me just the date back (and not the date and time). There is also the ISOdatetime function

Re: [R] Date-time Conversion from Numeric Representations

2010-12-03 Thread Uwe Ligges
On 03.12.2010 16:31, Alexander Salim wrote: Hi all, I have a dataset called ,dataSet1'. The time column is given in a numeric code beginning with the year and ending with the minutes. Frist I tried the strptime() function to solve the problem. It gave me just the date back (and not the date