I want to convert seconds (performance times)into a mm.ss.00 format. Ideally I'm planning on keeping it in a numerical data format and not a time string (HH.MM.SS etc) so that I can analyses on it using satisitcal models etc.
was hopefull to find a package that could do this for me but with no luck. doing simple math dosent quite give me what im after (eg. dividing by 60).
Distance.km Planned.Time Actual.Time
<chr> <dbl> <dbl>
1 1 66.4 65.7
2 2 126. 128.
3 3 186. 192.
4 4 NA NA
Many Thanks
EDIT:
data format I'm trying to achieve is for exmaple 1.06.4 converted from 66.4 seconds