I have been unable to convert 3 digits to hour format in R.I have a column called usage hours in a data frame which is of character type and has values like 138:25:36,24:45:12,230:56:31 etc which are in the pattern of hours:minutes:seconds.Can anyone please help me out here.