The result of the following instruction:
as.difftime("5 11:04:36", "%d %H:%M:%S", units =("mins"))
is
Time difference of -7975.4 mins
It seems that this function is calculating the time difference between Sys.Time() and the given value. I actually need an object to store a time span value extracted from a string (). Am I using the wrong function or is it not the right way of using it?