Skip to content
Prev 280939 / 398503 Next

How to extract an interval of "hour:minute" type

Here is one way:
+ 4352;2011-09-02 21:31:00;3315;
+ 4352;2011-09-02 21:32:00;4241;
+ 4352;2011-09-02 21:33:00;5394;", sep = ';', as.is = TRUE)
V1                  V2   V3 V4  time
2 4352 2011-09-02 21:31:00 3315 NA 21:31
3 4352 2011-09-02 21:32:00 4241 NA 21:32

        
On Tue, Dec 27, 2011 at 9:02 AM, ikuzar <razuki at hotmail.fr> wrote: