timecont {TDPanalysis} | R Documentation |
Convert time from the HH:MM:SS format to a numerical
timecont(Time, sep = ":")
Time |
Vector with time to convert. |
sep |
Character element containing regular expression(s) to use to splitting. |
time vector should be in the HH:MM:SS format.
Return a vector containing the corresponding time.
Time = c("14:30:00", "20:45:00", "05:00:00")
timecont(Time=Time)