I have a vector of time that is in the format of factor. For instance, Time[1] is 8:01:01, class(Time[1]) is factor.
Now I want to extract hours and minute from this vector. What is the most computational efficient way of doing it? My vector is very large. Thank you so much,