I need to turn my time variable (all data formatted in HH:MM:SS) into a a numeric and decimal of the hour.
For example 07:05:00
turns into 7.083
using base R (I'm in a secure lab so can't access packages).
Is there a way to do this using base R code?