I am trying to identify the average time in a column of a data frame in hr:min:sec format using R. But no luck. Help is much appreciated. Data sample is as below:
Col_Time
03:08:20
03:11:30
03:22:18
03:27:39
My output should be one record which is average of all the numbers in same format like the input column.
Thanks